Ignore:
Timestamp:
Jun 22, 2006, 11:34:23 PM (18 years ago)
Author:
nikrou
Message:

fix bug 375: html bug; warnings are displayed outside from the html tree.
svn merge -r1379:1380 from trunk into branch 1.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/header.tpl

    r1368 r1381  
    3333
    3434<div id="theHeader">{PAGE_BANNER}</div>
     35<!-- BEGIN warnings -->
     36<div class="infos">
     37  <ul>
     38    <!-- BEGIN warning -->
     39    <li>{warnings.warning.WARNING}</li>
     40    <!-- END warning -->
     41  </ul>
     42</div>
     43<!-- END warnings -->
Note: See TracChangeset for help on using the changeset viewer.