diff options
Diffstat (limited to 'template/en/default')
-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> |