source: extensions/NBC_News/trunk/admin/template/news_user_list.tpl @ 5179

Last change on this file since 5179 was 5179, checked in by Eric, 14 years ago

[NBC_News]

  • Initial commit for Piwigo 2.0.x : Not fully functionnal and a lot work to do...
  • Property svn:eol-style set to LF
File size: 717 bytes
Line 
1<div class="titrePage">
2  <ul class="categoryActions">
3    <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li>
4  </ul>
5  <h2>{lang:title_users}</h2>
6  {TABSHEET}
7</div>
8
9
10<table class="table2">
11  <tr class="throw">
12    <th>{lang:user name}</th>
13    <th>{lang:Actions}</th>
14  </tr>
15  <!-- BEGIN user -->
16  <tr class="{user.CLASS}">
17    <td>{user.NAME}</td>
18    <td style="text-align:center;">
19      <a href="{user.U_PERM}"><img src="{themeconf:icon_dir}/permissions.png" class="button" style="border:none" alt="permissions" title="{lang:permissions}" /></a>
20    </td>
21  </tr>
22  <!-- END user -->
23</table>
Note: See TracBrowser for help on using the repository browser.