diff --git a/admin-dev/themes/default/template/layout.tpl b/admin-dev/themes/default/template/layout.tpl
index f3144c3de..283998425 100644
--- a/admin-dev/themes/default/template/layout.tpl
+++ b/admin-dev/themes/default/template/layout.tpl
@@ -72,18 +72,22 @@
{if count($warnings) > 1}
{l s='There are'} {count($warnings)} {l s='warnings'}
+
+ {l s='Click here to see more'}
+ {l s='Hide warning'}
+
+
1}style="display:none;"{/if} id="seeMore">
+ {foreach $warnings as $warning}
+ - {$warning}
+ {/foreach}
+
{else}
- {l s='There is'} {count($warnings)} {l s='warning'}
+
+ {foreach $warnings as $warning}
+ - {$warning}
+ {/foreach}
+
{/if}
-
- {l s='Click here to see more'}
- {l s='Hide warning'}
-
-
- {foreach $warnings as $warning}
- - {$warning}
- {/foreach}
-
{/if}