diff options
author | jocuri%softhome.net <> | 2004-03-17 06:09:47 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-03-17 06:09:47 +0100 |
commit | 2e96788b00b440821b98d37d582392a51d79f1a3 (patch) | |
tree | 724e2513ee1271a18f9f916250263d257d21bac9 | |
parent | 572d461e68457b326876618250bdf1730abcf013 (diff) | |
download | bugzilla-2e96788b00b440821b98d37d582392a51d79f1a3.tar.gz bugzilla-2e96788b00b440821b98d37d582392a51d79f1a3.tar.xz |
Patch for bug 237540: remove unused hidden field from edit-multiple; patch by Dave Swegen <dswegen@software.plasmon.com>; r=timeless,myk; a=myk.
-rw-r--r-- | template/en/default/list/edit-multiple.html.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index 1ea9b6dd9..1d758e58e 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -184,8 +184,6 @@ </table> -<input type="hidden" name="multiupdate" value="Y"> - <label for="comment"><b>Additional Comments:</b></label><br> <textarea id="comment" name="comment" rows="5" cols="80" wrap="hard"></textarea><br> |