Archived
1
0

Add msg icon to entryproperties plugin.

Also adds a styling hook to admin tpl.

References #54
This commit is contained in:
Matthias Mees
2013-09-18 15:05:08 +02:00
parent d62498a099
commit de99ef67e6
2 changed files with 2 additions and 2 deletions
@@ -632,7 +632,7 @@ class serendipity_event_entryproperties extends serendipity_event
</script>
<?php
} else {
echo '<span class="msg_notice">' . PLUGIN_EVENT_ENTRYPROPERTIES_CACHE_DONE . '</span>';
echo '<span class="msg_notice"><span class="icon-info-circled"></span>' . PLUGIN_EVENT_ENTRYPROPERTIES_CACHE_DONE . '</span>';
}
}
return true;
+1 -1
View File
@@ -102,7 +102,7 @@
<textarea id="serendipity[extended]" name="serendipity[extended]" rows="15">{$entry_vars.entry.extended|@escape}</textarea>
</div>
<fieldset>
<fieldset id="advanced_options">
<legend><span>{$CONST.ADVANCED_OPTIONS}</span></legend>
{$entry_vars.entry|@serendipity_refhookPlugin:'backend_display'}
</fieldset>