diff options
author | bbaetz%student.usyd.edu.au <> | 2002-09-30 09:12:35 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-09-30 09:12:35 +0200 |
commit | 60df4e0a216d538ffc39cbb58c470261f3bf2af2 (patch) | |
tree | bb459dff30f95e7b7c70fc06c8f96f318a5ba3c4 /template/en | |
parent | f051e39300daa8966a2729b5d2e4729594341acb (diff) | |
download | bugzilla-60df4e0a216d538ffc39cbb58c470261f3bf2af2.tar.gz bugzilla-60df4e0a216d538ffc39cbb58c470261f3bf2af2.tar.xz |
Bug 169819 - remove 'this is bugzilla...' text from footer
r=justdave x2
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/banner.html.tmpl | 6 | ||||
-rw-r--r-- | template/en/default/global/footer.html.tmpl | 10 |
2 files changed, 6 insertions, 10 deletions
diff --git a/template/en/default/global/banner.html.tmpl b/template/en/default/global/banner.html.tmpl index 8b1909b52..7da8feee2 100644 --- a/template/en/default/global/banner.html.tmpl +++ b/template/en/default/global/banner.html.tmpl @@ -27,8 +27,12 @@ <tr> <td> <font color="#FFFFFF" size="8"><center> - Bugzilla Version [% VERSION %] + This is Bugzilla </center></font> </td> </tr> </table> + + <center><font size="-1"> + <a href="http://www.bugzilla.org/">Bugzilla</a> Version [% VERSION %] + </font></center> diff --git a/template/en/default/global/footer.html.tmpl b/template/en/default/global/footer.html.tmpl index c932f92b9..017e8d810 100644 --- a/template/en/default/global/footer.html.tmpl +++ b/template/en/default/global/footer.html.tmpl @@ -34,15 +34,7 @@ <tr> <td> -[%# Migration note: this section corresponds to the old Param 'blurbhtml' %] - - This is <b>Bugzilla</b>: the Mozilla bug system. For more - information about what Bugzilla is and what it can do, see - <a href="http://www.bugzilla.org/">bugzilla.org</a>. - -[%# End section %] - - <br> +[%# Migration note: the old param 'blurbhtml' goes here %] [%# Migration note: useful-links.html.tmpl corresponds to %commandmenu% %] |