Closed
Bug 158497
Opened 23 years ago
Closed 23 years ago
Templatise colchange.cgi
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: gerv, Assigned: gerv)
Details
Attachments
(1 file)
|
5.72 KB,
patch
|
Details | Diff | Splinter Review |
Currently, colchange.cgi uses "print" to output its column change message. It
should use a template (probably the generic message one.)
Gerv
| Assignee | ||
Comment 1•23 years ago
|
||
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
Comment 2•23 years ago
|
||
r=burnus
Nit:
+ [% "CHECKED" IF lsearch(collist, column) != -1 %]>
+ [% "CHECKED" IF NOT splitheader %]>
+ [% "CHECKED" IF splitheader %]>
should be better 'checked="checked"'
| Assignee | ||
Comment 3•23 years ago
|
||
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
Updated•23 years ago
|
Target Milestone: --- → Bugzilla 2.18
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•