aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/header.tpl
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2011-03-06 09:08:59 +0000
committerpatdenice <patdenice@piwigo.org>2011-03-06 09:08:59 +0000
commit092e49982c03ee009bd0d48c6b6a2bcda377cf36 (patch)
treeb9659f452992ba790158fea3c19e2a2833386039 /admin/themes/default/template/header.tpl
parent99634e035b79b58beceae9bed418add6f03bdc7a (diff)
bug:1768
In administration panel, the message "Gallerie in maintenance" hide information from behind. git-svn-id: http://piwigo.org/svn/trunk@9551 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/header.tpl')
-rw-r--r--admin/themes/default/template/header.tpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl
index 19ef37908..1dcf3141c 100644
--- a/admin/themes/default/template/header.tpl
+++ b/admin/themes/default/template/header.tpl
@@ -43,6 +43,14 @@
<div id="the_page">
+{if not empty($header_msgs)}
+<div class="header_msgs">
+ {foreach from=$header_msgs item=elt}
+ {$elt}
+ {/foreach}
+</div>
+{/if}
+
<div id="pwgHead">
<h1>
<a href="{$U_RETURN}" title="{'Visit Gallery'|@translate}">
@@ -62,14 +70,6 @@
<div style="clear:both;"></div>
-{if not empty($header_msgs)}
-<div class="header_msgs">
- {foreach from=$header_msgs item=elt}
- {$elt}
- {/foreach}
-</div>
-{/if}
-
{if not empty($header_notes)}
<div class="header_notes">
{foreach from=$header_notes item=elt}