summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/knob.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-06-26 20:50:06 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-06-26 20:50:06 +0200
commita68bafeabdd707507cd19fe16568a35e9ac52320 (patch)
tree98ad7284b41ee60f146937a213f679e85dbc809c /template/en/default/bug/knob.html.tmpl
parentba4d5480583f91c5d92e1117a21997c0239f6a21 (diff)
downloadbugzilla-a68bafeabdd707507cd19fe16568a35e9ac52320.tar.gz
bugzilla-a68bafeabdd707507cd19fe16568a35e9ac52320.tar.xz
Bug 768573: Templates must INCLUDE bug/field.html.tmpl instead of PROCESS'ing it
r=glob a=LpSolit
Diffstat (limited to 'template/en/default/bug/knob.html.tmpl')
-rw-r--r--template/en/default/bug/knob.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl
index 704647207..8413da9b0 100644
--- a/template/en/default/bug/knob.html.tmpl
+++ b/template/en/default/bug/knob.html.tmpl
@@ -7,7 +7,7 @@
#%]
<div id="status">
- [% PROCESS bug/field.html.tmpl
+ [% INCLUDE bug/field.html.tmpl
no_tds = 1
field = bug_fields.bug_status
value = bug.bug_status
@@ -22,7 +22,7 @@
[% END %]
<span id="resolution_settings">
- [% PROCESS bug/field.html.tmpl
+ [% INCLUDE bug/field.html.tmpl
no_tds = 1
field = bug_fields.resolution
value = bug.resolution