Highlight sticky entries in admin interface
This commit is contained in:
parent
7545df9d1a
commit
64b8c865f7
@ -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 . ': ';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user