summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/table.html.tmpl
diff options
context:
space:
mode:
authorkiko%async.com.br <>2002-11-04 09:57:50 +0100
committerkiko%async.com.br <>2002-11-04 09:57:50 +0100
commitad239c56e07db95abb7d0bf911c17c9fb68e8194 (patch)
tree389808614d325a278253424b46daa0c407e55df2 /template/en/default/list/table.html.tmpl
parentdad7d60d6cec4fae53f8f1c2ab900703f4237729 (diff)
downloadbugzilla-ad239c56e07db95abb7d0bf911c17c9fb68e8194.tar.gz
bugzilla-ad239c56e07db95abb7d0bf911c17c9fb68e8194.tar.xz
Fix for bug 62729, "Add real name capability to bug_list.cgi". Patch by
Toms Baugis, r=kiko, 2xr=joel.
Diffstat (limited to 'template/en/default/list/table.html.tmpl')
-rw-r--r--template/en/default/list/table.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl
index eb1308961..8c79b5d40 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -38,8 +38,11 @@
"platform" => { maxlength => 3 , title => "Plt" } ,
"status" => { maxlength => 4 } ,
"reporter" => { maxlength => 30 , ellipsis => "..." } ,
+ "reporter_realname" => { maxlength => 20 , ellipsis => "..." } ,
"owner" => { maxlength => 30 , ellipsis => "..." } ,
+ "owner_realname" => { maxlength => 20 , ellipsis => "..." } ,
"qa_contact" => { maxlength => 30 , ellipsis => "..." , title => "QAContact" } ,
+ "qa_contact_realname" => { maxlength => 20 , ellipsis => "..." , title => "QAContact" } ,
"resolution" => { maxlength => 4 } ,
"summary" => { maxlength => 60 , ellipsis => "..." , wrap => 1 } ,
"summaryfull" => { wrap => 1 } ,