diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-08-13 01:13:12 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-08-13 01:13:12 +0200 |
commit | 130a98f4df5726745978dfd3c143663a69b58661 (patch) | |
tree | 57a9435e3847a403076f37e497d70d653d4a5011 /template | |
parent | a9b67c7a81b700d6ac64fd9875bcafc6a6b09961 (diff) | |
download | bugzilla-130a98f4df5726745978dfd3c143663a69b58661.tar.gz bugzilla-130a98f4df5726745978dfd3c143663a69b58661.tar.xz |
Bug 581690: Restore the ability to move several bugs at once to another installation
r=ghendricks a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/edit-multiple.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index 736f2c71a..1f22624d6 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -371,6 +371,9 @@ [% END %] [% END %] + +[%+ Hook.process('after_groups') %] + <input type="submit" id="commit" value="Commit"> [%############################################################################%] |