diff options
author | bugreport%peshkin.net <> | 2002-08-17 08:28:55 +0200 |
---|---|---|
committer | bugreport%peshkin.net <> | 2002-08-17 08:28:55 +0200 |
commit | e9d56927daa4929f7f406c114730bb0730016602 (patch) | |
tree | 301244b270cf5289bd020cf435c7d54ca332c95b /template | |
parent | e8584108d410cc2cf63124d88d640aff6821b975 (diff) | |
download | bugzilla-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.tmpl | 2 |
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 %] |