]> git.mjollnir.org Git - s9y.git/commitdiff
Highlight sticky entries in admin interface
authorgarvinhicking <garvinhicking>
Mon, 9 Oct 2006 11:20:07 +0000 (11:20 +0000)
committergarvinhicking <garvinhicking>
Mon, 9 Oct 2006 11:20:07 +0000 (11:20 +0000)
include/admin/entries.inc.php

index db03e8ed1e8652980aad0bbc8d31f04b5339eb84..80bfd4bd0b3c7e56e89e5353dd76a2ad7228cb2a 100644 (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 . ': ';
             }