More icons for 2k11's tpls.
This commit is contained in:
parent
a516480aac
commit
bce5c7d2e9
@ -5,7 +5,7 @@
|
||||
<script src="serendipity_editor.js"></script>
|
||||
|
||||
{if $entry_vars.errMsg}
|
||||
<span class="msg_error">{$entry_vars.errMsg}</span>
|
||||
<span class="msg_error"><span class="icon-attention"></span> {$entry_vars.errMsg}</span>
|
||||
{/if}
|
||||
<form id="serendipityEntry" name="serendipityEntry" {$entry_vars.entry.entry_form} action="{$entry_vars.targetURL}" method="post">
|
||||
{$entry_vars.hidden}
|
||||
|
@ -101,7 +101,7 @@ if (parent.frames && parent.frames['tree']) {ldelim}
|
||||
<!-- MEDIA MANAGER END -->
|
||||
{elseif $media.case == 'choose'}
|
||||
{if $perm_denied}
|
||||
<span class="msg_error">{$CONST.PERM_DENIED}</span>
|
||||
<span class="msg_error"><span class="icon-attention"></span> {$CONST.PERM_DENIED}</span>
|
||||
{else}
|
||||
<!-- MEDIA SELECTION START -->
|
||||
{$media.external}
|
||||
|
@ -20,7 +20,7 @@
|
||||
<p>Because the source dimensions were smaller than the destination dimensions, the image does not fill up the complete space.</p>
|
||||
{/if}
|
||||
{if $imgedit.image_error}
|
||||
<span class="msg_error">However, there were errors processing your image.</span>
|
||||
<span class="msg_error"><span class="icon-attention"></span> However, there were errors processing your image.</span>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
|
@ -134,7 +134,7 @@
|
||||
<input name="go" type="submit" value="{$CONST.GO}">
|
||||
</form>
|
||||
{if $media.nr_files < 1}
|
||||
<span class="msg_notice">{$CONST.NO_IMAGES_FOUND}</span>
|
||||
<span class="msg_notice"><span class="icon-info-circle"></span> {$CONST.NO_IMAGES_FOUND}</span>
|
||||
{else}
|
||||
{if $smarty.get.serendipity.adminModule == 'media'}
|
||||
<form id="formMultiDelete" name="formMultiDelete" action="?" method="post">
|
||||
|
@ -10,7 +10,7 @@
|
||||
</head>
|
||||
<body id="{$media.body_id}">
|
||||
{if $perm_denied}
|
||||
<span class="msg_error">{$CONST.PERM_DENIED}</span>
|
||||
<span class="msg_error"><span class="icon-attention"></span> {$CONST.PERM_DENIED}</span>
|
||||
{else}
|
||||
<div class="clearfix">
|
||||
<h2>{$media.file.realname}</h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user