Highlight sticky entries in admin interface

This commit is contained in:
Garvin Hicking 2006-10-09 11:20:07 +00:00
parent 7545df9d1a
commit 64b8c865f7

View File

@ -223,6 +223,10 @@ function serendipity_drawList() {
$entry_pre = '';
}
if (serendipity_db_bool($entry['properties']['ep_is_sticky'])) {
$entry_pre .= ' ' . STICKY_POSTINGS . ': ';
}
if (serendipity_db_bool($entry['isdraft'])) {
$entry_pre .= ' ' . DRAFT . ': ';
}