summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/users/search.html.tmpl
diff options
context:
space:
mode:
authorSunil Joshi <joshi_sunil@in.com>2013-09-04 01:57:17 +0200
committerSimon Green <sgreen@redhat.com>2013-09-04 01:57:17 +0200
commit41eda66a29eea7fffe23508ecff6857bd951fcad (patch)
treeeed7bfc67657b4eb03102e77d8a0a7ca56747dbb /template/en/default/admin/users/search.html.tmpl
parenta1911aa1dcf5a7e3fe6c56b61a03098f18e596c2 (diff)
downloadbugzilla-41eda66a29eea7fffe23508ecff6857bd951fcad.tar.gz
bugzilla-41eda66a29eea7fffe23508ecff6857bd951fcad.tar.xz
Bug 331529 - editusers list should let me search for disabled users
r=simon, a=simon
Diffstat (limited to 'template/en/default/admin/users/search.html.tmpl')
-rw-r--r--template/en/default/admin/users/search.html.tmpl10
1 files changed, 7 insertions, 3 deletions
diff --git a/template/en/default/admin/users/search.html.tmpl b/template/en/default/admin/users/search.html.tmpl
index c66af4c5c..55b7300a6 100644
--- a/template/en/default/admin/users/search.html.tmpl
+++ b/template/en/default/admin/users/search.html.tmpl
@@ -56,9 +56,13 @@
[% END %]
<p>
- <input type="checkbox" name="enabled_only" value="1" id="enabled_only"
- checked="checked">
- <label for="enabled_only">Enabled user accounts only</label>
+ Restrict search to
+ <select name="is_enabled">
+ <option value="2">All</option>
+ <option value="1" selected>Enabled</option>
+ <option value="0">Disabled</option>
+ </select>
+ users.
</p>
[% Hook.process('end') %]