summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2002-08-17 08:28:55 +0200
committerbugreport%peshkin.net <>2002-08-17 08:28:55 +0200
commite9d56927daa4929f7f406c114730bb0730016602 (patch)
tree301244b270cf5289bd020cf435c7d54ca332c95b /template
parente8584108d410cc2cf63124d88d640aff6821b975 (diff)
downloadbugzilla-e9d56927daa4929f7f406c114730bb0730016602.tar.gz
bugzilla-e9d56927daa4929f7f406c114730bb0730016602.tar.xz
Bug 10037 - param to disable adding new quips
r=imajes, preed
Diffstat (limited to 'template')
-rw-r--r--template/en/default/list/list.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index d50d54cc5..65f939e6a 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -44,7 +44,7 @@
<p>[% query FILTER html %]</p>
[% END %]
- [% IF Param('usequip') %]
+ [% IF Param('enablequips') != 'off' %]
[% DEFAULT quip = "Bugzilla would like to put a random quip here, but no one has entered any." %]
<a href="quips.cgi"><i>[% quip FILTER html %]</i></a>
[% END %]