summaryrefslogtreecommitdiffstats
path: root/template/en/default/filterexceptions.pl
diff options
context:
space:
mode:
authorolav%bkor.dhs.org <>2006-10-20 04:23:16 +0200
committerolav%bkor.dhs.org <>2006-10-20 04:23:16 +0200
commitce1f58bdbcd2c3dc4faa6b07863ac4636c1a0566 (patch)
tree3324b60e33077bfd8a4cd721a455d01312044e56 /template/en/default/filterexceptions.pl
parent5581722e51734285f0ee8581671c27cac3b604c3 (diff)
downloadbugzilla-ce1f58bdbcd2c3dc4faa6b07863ac4636c1a0566.tar.gz
bugzilla-ce1f58bdbcd2c3dc4faa6b07863ac4636c1a0566.tar.xz
Bug 72863: Remove ugly table shown when posting/changing a bug
Patch by Olav Vitters <olav@bkor.dhs.org> r+a=justdave
Diffstat (limited to 'template/en/default/filterexceptions.pl')
-rw-r--r--template/en/default/filterexceptions.pl7
1 files changed, 4 insertions, 3 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl
index a2d4b4d2b..b88c44757 100644
--- a/template/en/default/filterexceptions.pl
+++ b/template/en/default/filterexceptions.pl
@@ -390,8 +390,8 @@
'bug/process/results.html.tmpl' => [
'title.$type',
- 'id',
- 'linktext.$type',
+ '"$terms.Bug $id" FILTER bug_link(id)',
+ '"$terms.bug $id" FILTER bug_link(id)',
],
'bug/create/create.html.tmpl' => [
@@ -429,6 +429,7 @@
'attachid',
'bugid',
'contenttype',
+ '"$terms.bug $bugid" FILTER bug_link(bugid)',
],
'attachment/edit.html.tmpl' => [
@@ -450,7 +451,7 @@
'attachment/updated.html.tmpl' => [
'attachid',
- 'bugid',
+ '"$terms.bug $bugid" FILTER bug_link(bugid)',
],
'attachment/diff-header.html.tmpl' => [