From d756467055959872b1a443d2c60417135b0d05e9 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 8 May 2002 04:28:39 +0000 Subject: Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave. --- template/en/default/global/footer.html.tmpl | 40 ++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) (limited to 'template/en/default/global/footer.html.tmpl') diff --git a/template/en/default/global/footer.html.tmpl b/template/en/default/global/footer.html.tmpl index 8b3af59a4..b611cb06c 100644 --- a/template/en/default/global/footer.html.tmpl +++ b/template/en/default/global/footer.html.tmpl @@ -16,12 +16,46 @@ # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # - # Contributor(s): + # Contributor(s): Gervase Markham #%] -[% PerformSubsts(Param('footerhtml')) %] +[%# INTERFACE: + # This template has no interface. However, you must fulfill the interface to + # global/useful-links.html.tmpl. + #%] + +[%# Migration note: this whole file corresponds to the old Param 'footerhtml' %] + + + + + +
+ + + + +
+ +[%# Migration note: this section corresponds to the old Param 'blurbhtml' %] + + This is Bugzilla: the Mozilla bug system. For more + information about what Bugzilla is and what it can do, see + bugzilla.org. + +[%# End section %] + +
+ +[% Migration note: useful-links.html.tmpl corresponds to %commandmenu% %] + + [% PROCESS "global/useful-links.html.tmpl" %] + +
+
-[% CALL SyncAnyPendingShadowChanges() %] +[% CALL SyncAnyPendingShadowChanges() IF SyncAnyPendingShadowChanges %] -- cgit v1.2.3-24-g4f1b