aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global/footer.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 245924: updates Bugzilla footer to take advantage of HTML4 and ↵myk%mozilla.org2004-06-231-13/+6
| | | | | | | | CSS formatting. Patch by Vitaly Harisov. r=myk a=myk
* Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net2004-01-191-1/+1
| | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net2003-07-041-5/+4
| | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
* Bug 180870 - Remove old shadowdb manual replication codebbaetz%student.usyd.edu.au2002-12-211-2/+0
| | | | r, a=myk
* Bug 114179 - Concentration, improvement, and templatisation of Bugzilla ↵gerv%gerv.net2002-11-271-1/+5
| | | | general user help system. Patch by gerv; r,a=justdave.
* Bug 169819 - remove 'this is bugzilla...' text from footerbbaetz%student.usyd.edu.au2002-09-301-9/+1
| | | | r=justdave x2
* Oops :-) Missing #.gerv%gerv.net2002-05-081-1/+1
|
* Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave.gerv%gerv.net2002-05-081-3/+37
|
* Fix for bug 140161: Prevents function call from displaying its return value, ↵myk%mozilla.org2002-04-261-1/+1
| | | | | | | which we don't need. Patch by Myk Melez <myk@mozilla.org>. 2xr=gerv
* Bug 140121 - make sure we keep calling SyncAnyPendingShadowChanges from the ↵gerv%gerv.net2002-04-261-0/+1
| | | | footer. Patch by gerv, 2xr=myk.
* Bug 135707 - template reorganisation. This makes the new copies of the ↵gerv%gerv.net2002-04-201-0/+20
| | | | templates use all the correct names internally. Patch by me, 2xr=myk.
* Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net2002-04-191-0/+6
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.