Proper headline for creating new or editing existing entry.

This commit is contained in:
Matthias Mees 2013-02-07 14:16:23 +01:00
parent fdbed20394
commit 2e61009a4c

View File

@ -4,6 +4,7 @@
<script src="serendipity_define.js.php"></script>
<script src="serendipity_editor.js"></script>
<h2>{if $entry_vars.entry.title}{$entry_vars.entry.title|@escape|string_format:"{$CONST.EDIT_THIS_CAT}"}{else}{$CONST.NEW_ENTRY}{/if}</h2>
{if $entry_vars.errMsg}
<span class="msg_error"><span class="icon-attention"></span> {$entry_vars.errMsg}</span>
{/if}