Changeset 2041 for trunk/template/yoga


Ignore:
Timestamp:
Jun 22, 2007, 11:02:55 PM (17 years ago)
Author:
rub
Message:

Resolved issue 0000711: Add triggers and template block in order to add quickly new informations

File:
1 edited

Legend:

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

    r1900 r2041  
    7575    <th>{lang:Groups}</th>
    7676    <th>{lang:properties}</th>
     77    <!-- BEGIN cpl_title_user -->
     78    <th>{cpl_title_user.CAPTION}</th>
     79    <!-- END cpl_title_user -->
    7780    <th>{lang:actions}</th>
    7881  </tr>
     
    8588    <td>{user.GROUPS}</td>
    8689    <td>{user.PROPERTIES}</td>
     90    <!-- BEGIN cpl_user -->
     91    <td>{user.cpl_user.DATA}</td>
     92    <!-- END cpl_user -->
    8793    <td style="text-align:center;">
    8894      <a href="{user.U_PERM}"><img src="{themeconf:icon_dir}/permissions.png" class="button" style="border:none" alt="{lang:permissions}" title="{lang:permissions}" /></a>
    8995      <a href="{user.U_PROFILE}"><img src="{themeconf:icon_dir}/edit_s.png" class="button" style="border:none" alt="{lang:Profile}" title="{lang:Profile}" /></a>
     96      <!-- BEGIN cpl_link_user -->
     97      {user.cpl_link_user.DATA}
     98      <!-- END cpl_link_user -->
    9099    </td>
    91100  </tr>
Note: See TracChangeset for help on using the changeset viewer.