summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/footer.html.tmpl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2004-06-23 06:07:38 +0200
committermyk%mozilla.org <>2004-06-23 06:07:38 +0200
commit4c6e7942672c4554b19a3908806eaa8f53706b4c (patch)
tree4267d05d158a36a82cf5efb35c16e82f19dc0695 /template/en/default/global/footer.html.tmpl
parentb551925ac49548a80cc1f0bf94cb9cc991e09868 (diff)
downloadbugzilla-4c6e7942672c4554b19a3908806eaa8f53706b4c.tar.gz
bugzilla-4c6e7942672c4554b19a3908806eaa8f53706b4c.tar.xz
Fix for bug 245924: updates Bugzilla footer to take advantage of HTML4 and CSS formatting.
Patch by Vitaly Harisov. r=myk a=myk
Diffstat (limited to 'template/en/default/global/footer.html.tmpl')
-rw-r--r--template/en/default/global/footer.html.tmpl19
1 files changed, 6 insertions, 13 deletions
diff --git a/template/en/default/global/footer.html.tmpl b/template/en/default/global/footer.html.tmpl
index 4bde601d8..fc1016621 100644
--- a/template/en/default/global/footer.html.tmpl
+++ b/template/en/default/global/footer.html.tmpl
@@ -17,6 +17,7 @@
# Rights Reserved.
#
# Contributor(s): Gervase Markham <gerv@gerv.net>
+ # Svetlana Harisova <light@rathedg.com>
#%]
[%# INTERFACE:
@@ -30,13 +31,8 @@
# 'footerhtml'
#%]
-<table border="0">
- <tr>
- <td bgcolor="#000000" valign="top">
- <table border="0" cellpadding="10" cellspacing="0" width="100%"
- bgcolor="lightyellow">
- <tr>
- <td>
+<div id="footer">
+ <div class="intro"></div>
[%# Migration note: the old param 'blurbhtml' goes here %]
@@ -44,11 +40,8 @@
[% PROCESS "global/useful-links.html.tmpl" %]
- </td>
- </tr>
- </table>
- </td>
- </tr>
-</table>
+ <div class="outro"></div>
+</div>
+
</body>
</html>