diff options
author | bugreport%peshkin.net <> | 2002-10-13 02:00:29 +0200 |
---|---|---|
committer | bugreport%peshkin.net <> | 2002-10-13 02:00:29 +0200 |
commit | f61593bee73b37fc12caabbb2958b6515d688420 (patch) | |
tree | fb4a5f3205d36476ef754fc61ec0525cd29497ff /template/en | |
parent | 3a6b7a7bb3890ef368cb5f162cc57cdb5160c05b (diff) | |
download | bugzilla-f61593bee73b37fc12caabbb2958b6515d688420.tar.gz bugzilla-f61593bee73b37fc12caabbb2958b6515d688420.tar.xz |
Bug 174112 Edit multiple bugs broken
r=burnus
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/list/edit-multiple.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index a9088a62d..4121d0292 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -182,14 +182,14 @@ [% FOREACH group = groups %] <tr> <td align="center"> - <input type="radio" name="bit-[% group.bit %]" value="-1" checked="checked"> + <input type="radio" name="bit-[% group.id %]" value="-1" checked="checked"> </td> <td align="center"> - <input type="radio" name="bit-[% group.bit %]" value="0"> + <input type="radio" name="bit-[% group.id %]" value="0"> </td> [% IF group.isactive %] <td align="center"> - <input type="radio" name="bit-[% group.bit %]" value="1"> + <input type="radio" name="bit-[% group.id %]" value="1"> </td> [% ELSE %] <td> </td> |