summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2011-10-19 18:49:41 +0200
committerTiago Mello <timello@gmail.com>2011-10-19 18:49:41 +0200
commit95dc8c6a81239393f9324c4f38c7853216303bf5 (patch)
tree1d0b1c4f88df85829517b852124efd956297238f /template/en/default/list
parentb9cf9c6aaceca5904a133ab2813d01763d8e7896 (diff)
downloadbugzilla-95dc8c6a81239393f9324c4f38c7853216303bf5.tar.gz
bugzilla-95dc8c6a81239393f9324c4f38c7853216303bf5.tar.xz
Bug 451804: Change templates to use field_descs.rep_platform
instead o hard coded 'Platform'. r=timello, a=LpSolit
Diffstat (limited to 'template/en/default/list')
-rw-r--r--template/en/default/list/edit-multiple.html.tmpl3
-rw-r--r--template/en/default/list/table.html.tmpl2
2 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl
index c51dc233a..e1ffa8770 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -95,7 +95,8 @@
<th>
<label for="rep_platform">
- <a href="page.cgi?id=fields.html#rep_platform">Platform</a>:
+ <a href="page.cgi?id=fields.html#rep_platform">
+ [% field_descs.rep_platform FILTER html %]</a>:
</label>
</th>
<td>
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl
index 2b266d4ce..80ea38773 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -46,7 +46,7 @@
{
"bug_severity" => { maxlength => 3 , title => "Sev" } ,
"priority" => { maxlength => 7 , title => "Pri" } ,
- "rep_platform" => { maxlength => 3 , title => "Plt" } ,
+ "rep_platform" => { maxlength => 3 , title => "HW" } ,
"bug_status" => { maxlength => 4 } ,
"assigned_to" => { maxlength => 30 , ellipsis => "..." } ,
"assigned_to_realname" => { maxlength => 20 , ellipsis => "..." } ,