diff options
Diffstat (limited to 'template')
-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 91d4bb852..f19410ab8 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -256,7 +256,7 @@ [% IF groups.size > 0 %] - <b>Groupset:</b><br> + <b>Groups:</b><br> <table border="1"> <tr> <th>Don't<br>change<br>this group<br>restriction</th> @@ -273,7 +273,7 @@ <td align="center"> <input type="radio" name="bit-[% group.id %]" value="0"> </td> - [% IF group.isactive %] + [% IF group.is_active %] <td align="center"> <input type="radio" name="bit-[% group.id %]" value="1"> </td> @@ -283,7 +283,7 @@ [% END %] <td> - [% SET inactive = !group.isactive %] + [% SET inactive = !group.is_active %] [% group.description FILTER html_light FILTER inactive(inactive) %] </td> |