mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
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
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user