summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/header.html.tmpl39
1 files changed, 16 insertions, 23 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index ee97e00eb..ac51f1c0b 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -18,6 +18,8 @@
#
# Contributor(s): Gervase Markham <gerv@gerv.net>
# Vaskin Kissoyan <vkissoyan@yahoo.com>
+ # Vitaly Harisov <vitaly@rathedg.com>
+ # Svetlana Harisova <light@rathedg.com>
#%]
[%# INTERFACE:
@@ -114,29 +116,20 @@
[% INCLUDE global/banner.html.tmpl %]
-[% IF h1 || h2 %]
- <table border="0" cellspacing="0" width="100%">
- <tr>
- <td valign="top" align="left">
- <table border="0" cellpadding="0" cellspacing="2">
- <tr>
- <td valign="top" align="left" nowrap="nowrap">
- <font size="+1"><b>[% h1 %]</b></font>
- </td>
- </tr>
- </table>
- </td>
- <td valign="middle" align="left">&nbsp;</td>
- <td valign="middle" align="left">[% h2 %]</td>
- [% IF h3 %]
- <td valign="middle" align="right">[% h3 %]</td>
- [% END %]
- </tr>
- </table>
-[% END %]
+<div id="header">
+ [% IF h1 %]
+ <h1>[% h1 %]</h1>
+ [% END %]
+
+ [% IF h2 %]
+ <h2>[% h2 %]</h2>
+ [% END %]
+
+ [% IF h3 %]
+ <h3>[% h3 %]</h3>
+ [% END %]
+</div>
[% IF message %]
- <table width="100%" cellspacing="0" cellpadding="5" border="1"><tr><td>
- <font color="green">[% message %]</font>
- </td></tr></table>
+<div id="message">[% message %]</div>
[% END %]