1
0

non-error-msg for comments

This commit is contained in:
onli
2013-08-18 19:03:19 +02:00
parent 83ddeca71a
commit a5ca5718b4
2 changed files with 14 additions and 59 deletions
include/admin
templates/2k11/admin

@ -1,5 +1,8 @@
{if !empty($errormsg)}
<span class="msg_error"><span class="icon-attention-circled"></span> {$errormsg}</span>
<span class="msg_error"><span class="icon-attention"></span> {$errormsg}</span>
{/if}
{if !empty($msg)}
<span class="msg_notice"><span class="icon-info-circled"></span> {$msg}</span>
{/if}
{if $commentReplied}
<span class="msg_success"><span class="icon-ok-circled"></span> {$CONST.COMMENT_ADDED}</span>