aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-06-22 21:28:54 +0000
committernikrou <nikrou@piwigo.org>2006-06-22 21:28:54 +0000
commit3ec2f102b5776b2b2f36d0a23d02ff4b34319f83 (patch)
tree5cdd35516fdee1c44053806dd8397e6d714bee5b /template
parent17d13cef8dd4c6c365bdb2ac8db8bedafa2e35dc (diff)
fix bug 375: html bug; warnings are displayed outside from the html tree.
git-svn-id: http://piwigo.org/svn/trunk@1380 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/header.tpl10
1 files changed, 9 insertions, 1 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl
index 8ba0ce6b3..929724a1d 100644
--- a/template/yoga/header.tpl
+++ b/template/yoga/header.tpl
@@ -30,5 +30,13 @@ the "text/nonsense" prevents gecko based browsers to load it -->
<body id="{BODY_ID}">
<div id="the_page">
-
{PAGE_BANNER}
+<!-- BEGIN warnings -->
+<div class="infos">
+ <ul>
+ <!-- BEGIN warning -->
+ <li>{warnings.warning.WARNING}</li>
+ <!-- END warning -->
+ </ul>
+</div>
+<!-- END warnings -->