usergroupsOfAllowAssign.html 341 B

123456789
  1. <table class='table table-condensed'>
  2. <{foreach from=$groups item=group}>
  3. <tr>
  4. <td></td>
  5. <td style='text-align:right;'><input id="lb_<{$group.id}>" class='manage_groupid' type='checkbox' value='<{$group.id}>'/></td>
  6. <td style='text-align:left;'><label for="lb_<{$group.id}>"><{$group.description}></label></td>
  7. </tr>
  8. <{/foreach}>
  9. </table>