1
0

Show configuration form after saving

This commit is contained in:
onli
2014-08-18 16:59:26 +02:00
parent 3600354ab7
commit f545369922
2 changed files with 40 additions and 48 deletions
include/admin
templates/2k11/admin

@ -1,3 +1,4 @@
<h2>{$CONST.CONFIGURATION}</h2>
{if $installAction == 'check'}
{if $diagnosticError}
<h2>{$CONST.DIAGNOSTIC_ERROR}</h2>
@ -17,7 +18,5 @@
{/if}
<span class="msg_success"><span class="icon-ok-circled"></span> {$CONST.WRITTEN_N_SAVED}</span>
{/if}
{else}
<h2>{$CONST.CONFIGURATION}</h2>
{$config}
{/if}
{$config}