aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/table.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 840407: Remove the "align" and "valign" attributesFrédéric Buclin2014-01-071-6/+2
| | | | r/a=justdave
* Bug 952795: Remove all style="..." attributes from HTML elementsFrédéric Buclin2013-12-281-2/+2
| | | | r/a=justdave
* Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by ↵Frédéric Buclin2013-12-221-1/+1
| | | | | | CSS styles r/a=justdave
* Bug 547311 - Remove the "align" attribute from <th>Christopher Trom2013-08-301-1/+1
| | | r=simon, a=sgreen
* Bug 796072: Make admin/table.html.tmpl a bit fasterFrédéric Buclin2012-10-041-29/+14
| | | | r=dkl a=LpSolit
* Bug 696387: Remove useless calls to field-descs.none.tmplMatt Selsky2012-02-261-2/+0
| | | | r/a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-18/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 604107: The link to delete the value 0 of custom fields is brokenFrédéric Buclin2010-10-151-1/+1
| | | | r/a=mkanat
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-231-1/+1
| | | | r/a=mkanat
* Bug 304267: Large lists in admin pages fail to display (they take too much ↵lpsolit%gmail.com2009-06-251-31/+43
| | | | time) - Patch by Michael Thomas <mockodin@gmail.com> r/a=LpSolit
* Bug 423959: Wrap long lines in column headers of admin/table.html.tmpl - ↵lpsolit%gmail.com2008-03-201-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-201-1/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com2006-10-151-6/+10
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
* Bug 332891: Missing SET in admin/table.html.tmpl - Patch by Frédéric ↵lpsolit%gmail.com2006-04-061-6/+6
| | | | Buclin <LpSolit@gmail.com> r=colin a=justdave
* Bug 302955: Remove the "delete" link for the default milestone - Patch by ↵lpsolit%gmail.com2005-08-291-10/+60
| | | | Gavin Shelley <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 294802: Make admin/table.html.tmpl replace multiple occurrances of ↵bugreport%peshkin.net2005-05-311-3/+7
| | | | | | | %%column%% Patch by dmelentyev r=joel, a=justdave
* Bug 281876: New Admin Interface to manage old Enum fields (Field Values)mkanat%kerio.com2005-02-251-2/+13
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
* Bug 280412: Templatize the 'list products' bit of editproductsmkanat%kerio.com2005-02-171-3/+12
| | | | Patch By Gavin Shelly <bugzilla@chimpychompy.org> r=wurblzap, a=myk
* Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS ↵jocuri%softhome.net2004-07-311-5/+18
| | | | <bugzilla@chimpychompy.org>; r=jouni, a=justdave.
* Bug 244265: Abstract out the typical admin page table to a separate ↵jouni%heikniemi.net2004-07-121-0/+92
template. r=vladd, a=justdave