Ignore:
Timestamp:
Oct 31, 2006, 12:34:31 AM (18 years ago)
Author:
rub
Message:

Resolved Issue ID 0000526:

o Add default group to new user

Allow to have n default groups.
Property are save on table #_group and can be modified on administration group screen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/group_list.tpl

    r1491 r1583  
    2525  <!-- BEGIN group -->
    2626  <tr class="{group.CLASS}">
    27     <td>{group.NAME}</td>
     27    <td>{group.NAME}<i><small>{group.IS_DEFAULT}</small></i></td>
    2828    <td><a href="{group.U_MEMBERS}">{group.MEMBERS}</a></td>
    2929    <td style="text-align:center;">
    3030      <a href="{group.U_PERM}"><img src="{themeconf:icon_dir}/permissions.png" class="button" style="border:none" alt="permissions" title="{lang:permissions}" /></a>
    3131      <a href="{group.U_DELETE}" onclick="return confirm('{lang:Are you sure?}');"><img src="{themeconf:icon_dir}/delete.png" class="button" style="border:none" alt="delete" title="{lang:delete}" {TAG_INPUT_ENABLED}/></a>
     32      <a href="{group.U_ISDEFAULT}" onclick="return confirm('{lang:Are you sure?}');"><img src="{themeconf:icon_dir}/toggle_is_default_group.png" class="button" style="border:none" alt="toggle_is_default_group" title="{lang:toggle_is_default_group}" {TAG_INPUT_ENABLED}/></a>
    3233    </td>
    3334  </tr>
Note: See TracChangeset for help on using the changeset viewer.