Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
02b923a6
Commit
02b923a6
authored
Sep 19, 2002
by
gerv%gerv.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 163790 - colchange.cgi is not localisable. Patch by gerv; r=burnus.
parent
66d8d89e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
6 deletions
+21
-6
change-columns.html.tmpl
template/en/default/list/change-columns.html.tmpl
+21
-6
No files found.
template/en/default/list/change-columns.html.tmpl
View file @
02b923a6
...
@@ -28,18 +28,33 @@
...
@@ -28,18 +28,33 @@
this feature requires cookies to work.
this feature requires cookies to work.
</p>
</p>
[% FOREACH column = masterlist %]
[% desc = { "opendate" => "Open Date",
[% desc.${column} = column %]
"changeddate" => "Last Changed Date",
[% END %]
"severity" => "Severity",
[% desc.summary = "Summary (first 60 characters)" %]
"priority" => "Priority",
[% desc.summaryfull = "Full Summary" %]
"platform" => "Hardware",
"owner" => "Owner",
"reporter" => "Reporter",
"status" => "Status",
"resolution" => "Resolution",
"product" => "Product",
"component" => "Component",
"version" => "Version",
"os" => "OS",
"votes" => "Votes",
"keywords" => "Keywords",
"target_milestone" => "Target",
"qa_contact" => "QA Contact",
"status_whiteboard" => "Whiteboard",
"summary" => "Summary (first 60 characters)",
"summaryfull" => "Full Summary" } %]
<form action="colchange.cgi">
<form action="colchange.cgi">
<input type="hidden" name="rememberedquery" value="[% buffer %]">
<input type="hidden" name="rememberedquery" value="[% buffer %]">
[% FOREACH column = masterlist %]
[% FOREACH column = masterlist %]
<input type="checkbox" id="[% column %]" name="column_[% column %]"
<input type="checkbox" id="[% column %]" name="column_[% column %]"
[% "checked='checked'" IF lsearch(collist, column) != -1 %]>
[% "checked='checked'" IF lsearch(collist, column) != -1 %]>
<label for="[% column %]">[% desc.${column} %]</label>
<label for="[% column %]">[% desc.${column}
|| column
%]</label>
<br>
<br>
[% END %]
[% END %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment