Ignore:
Timestamp:
Dec 5, 2012, 8:58:09 PM (12 years ago)
Author:
flop25
Message:

bug:2425
New interface like the Batch Mananger :
merge & interface finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/group_list.tpl

    r19286 r19290  
    7272      <th>{'Group name'|@translate}</th>
    7373      <th>{'Members'|@translate}</th>
    74       <th>{'Actions'|@translate}</th>
    7574    </tr>
    7675    {if not empty($groups)}
     
    7978      <td><input class="group_selection" name="group_selection[]" type="checkbox" value="{$group.ID}"></td>
    8079      <td>{$group.NAME}<i><small>{$group.IS_DEFAULT}</small></i></td>
    81       <td><a href="{$group.U_MEMBERS}">{$group.MEMBERS}</a></td>
    82       <td style="text-align:center;">
    83         <a href="{$group.U_PERM}">
    84           <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/permissions.png" style="border:none" alt="{'Permissions'|@translate}" title="{'Permissions'|@translate}"></a>
    85         <a href="{$group.U_DELETE}" onclick="return confirm('{'delete'|@translate|@escape:'javascript'}'
    86           + '\n\n' + '{'Are you sure?'|@translate|@escape:'javascript'}');">
    87           <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/delete.png" style="border:none" alt="{'Delete'|@translate}" title="{'Delete'|@translate}"></a>
    88         <a href="{$group.U_ISDEFAULT}" onclick="return confirm('{'Toggle \'default group\' property'|@translate|@escape:'javascript'}'
    89           +'\n\n' + '{'Are you sure?'|@translate|@escape:'javascript'}');">
    90           <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/toggle_is_default_group.png" style="border:none" alt="{'Toggle \'default group\' property'|@translate}" title="{'Toggle \'default group\' property'|@translate}"></a>
    91       </td>
     80      <td>{if $group.MEMBERS>0}<a href="{$group.U_MEMBERS}" title="{'Manage the members'|@translate}">{$group.MEMBERS}</a><br>{$group.L_MEMBERS}{else}{$group.MEMBERS}{/if}</td>
    9281    </tr>
    9382    {/foreach}
Note: See TracChangeset for help on using the changeset viewer.