Closed Bug 158497 Opened 23 years ago Closed 23 years ago

Templatise colchange.cgi

Categories

(Bugzilla :: User Interface, defect)

2.17
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 2.18

People

(Reporter: gerv, Assigned: gerv)

Details

Attachments

(1 file)

Currently, colchange.cgi uses "print" to output its column change message. It should use a template (probably the generic message one.) Gerv
Attached patch Patch v.1Splinter Review
This patch does the following: - Uses message.html.tmpl for the "resubmitting your query" message - quotes hash values in accordance with common practice - Moves the column descriptions into the template (for localisation) - Reformats change-columns.html.tmpl to conform to coding and HTML standards - Rewrites the text to be a little more descriptive Note: I know there is still English left in the CGI; this sort of problem is being dealt with over in bug 106640). Gerv
r=burnus Nit: + [% "CHECKED" IF lsearch(collist, column) != -1 %]> + [% "CHECKED" IF NOT splitheader %]> + [% "CHECKED" IF splitheader %]> should be better 'checked="checked"'
Fixed. Checking in colchange.cgi; /cvsroot/mozilla/webtools/bugzilla/colchange.cgi,v <-- colchange.cgi new revision: 1.28; previous revision: 1.27 done Checking in template/en/default/list/change-columns.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/list/change-columns.html.tmpl,v <-- change-columns.html.tmpl new revision: 1.4; previous revision: 1.3 done Gerv
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 2.18
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: