1
0

avoid break of equal_heights positioning when publishing entries by dashboard

This commit is contained in:
Ian
2016-02-03 18:52:09 +01:00
parent 0af650be44
commit 8d4a0e7e9f

View File

@ -6,9 +6,11 @@
<div id="dashboard" class="clearfix"> <div id="dashboard" class="clearfix">
{if $published} {if $published}
<span class="msg_success"><span class="icon-ok-circled"></span> {$CONST.ENTRY_PUBLISHED|sprintf:$published|escape}</span> <span class="msg_success"><span class="icon-ok-circled"></span> {$CONST.ENTRY_PUBLISHED|sprintf:$published|escape}</span>
<hr class="separator">
{/if} {/if}
{if $error_publish} {if $error_publish}
<span class="msg_error"><span class="icon-attention-circled"></span> {$CONST.PUBLISH_ERROR}: {$error_publish}</span> <span class="msg_error"><span class="icon-attention-circled"></span> {$CONST.PUBLISH_ERROR}: {$error_publish}</span>
<hr class="separator">
{/if} {/if}
{if $updateCheck == "stable" || $updateCheck == "beta"} {if $updateCheck == "stable" || $updateCheck == "beta"}