diff options
author | Francisco Donalisio <francsd@linux.vnet.ibm.com> | 2012-03-26 23:05:02 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-03-26 23:05:02 +0200 |
commit | df8c194ac852a04b5d2671b05a29114ce03ac0d2 (patch) | |
tree | 70bd32e000983d8c6c7cff6f03e5275bb994c7f7 /template/en | |
parent | 707c7fc9181c21417af7d6e0c8a7bc40ec13becb (diff) | |
download | bugzilla-df8c194ac852a04b5d2671b05a29114ce03ac0d2.tar.gz bugzilla-df8c194ac852a04b5d2671b05a29114ce03ac0d2.tar.xz |
Bug 734471 - Need new hook edituser search template
r=timello, a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/users/search.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/admin/users/search.html.tmpl b/template/en/default/admin/users/search.html.tmpl index 1a99e8ce3..c66af4c5c 100644 --- a/template/en/default/admin/users/search.html.tmpl +++ b/template/en/default/admin/users/search.html.tmpl @@ -61,6 +61,8 @@ <label for="enabled_only">Enabled user accounts only</label> </p> +[% Hook.process('end') %] + </form> [% IF editusers %] |