Highlight sticky entries in admin interface
This commit is contained in:
parent
a72dbdc0eb
commit
5445ab7934
@ -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