diff options
author | lpsolit%gmail.com <> | 2006-05-30 03:44:13 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-05-30 03:44:13 +0200 |
commit | ff51ae68bcb065dc9f8cce11718ac8b088864593 (patch) | |
tree | 08f7b91a937d06cc561ff471a2b0d2ca93e89161 /template | |
parent | c8a16e5a5d0ca9ab0ff627085bd875e010955b4b (diff) | |
download | bugzilla-ff51ae68bcb065dc9f8cce11718ac8b088864593.tar.gz bugzilla-ff51ae68bcb065dc9f8cce11718ac8b088864593.tar.xz |
Bug 150795: 'Numbering' is silly and should be changed - Patch by timeless <timeless@bemail.org> r=LpSolit a=myk
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/search/form.html.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index 5fa3055b2..c3b4d8bcb 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -431,7 +431,11 @@ function doOnSelectProduct(selectmode) { <fieldset> <legend> <strong> - Email and Numbering + [% IF Param('usevotes') %] + Email Addresses, [% terms.Bug %] Numbers, and Votes + [% ELSE %] + Email Addresses and [% terms.Bug %] Numbers + [% END %] </strong> </legend> |