diff options
author | lpsolit%gmail.com <> | 2005-09-09 08:40:08 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-09-09 08:40:08 +0200 |
commit | fe43c2dcdfc844fce2c699887cf1ddae53c24b4b (patch) | |
tree | f408f23e06038177f44a3f10eef60c36f2df62c1 /template/en/default/list | |
parent | 2ba75b4b9aaaeb33bee72893622f2833dd47d6c1 (diff) | |
download | bugzilla-fe43c2dcdfc844fce2c699887cf1ddae53c24b4b.tar.gz bugzilla-fe43c2dcdfc844fce2c699887cf1ddae53c24b4b.tar.xz |
Bug 256135: Parameter 'movers' is handled differently in Bug.pm and buglist.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/edit-multiple.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index 9ce3a3e30..92754387d 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -344,7 +344,7 @@ <input type="submit" value="Commit"> -[% IF ismover %] +[% IF Param('move-enabled') && user.is_mover %] <input type="submit" name="action" value="[% Param('move-button-text') %]"> [% END %] |