source: trunk/template/default/admin/group_list.vtp @ 100

Last change on this file since 100 was 100, checked in by z0rglub, 21 years ago

Form to add a group is placed on the top, to be the same presentation as
categories page

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1<!--VTP_errors-->
2<div class="errors">
3  <ul>
4    <!--VTP_li-->
5    <li>{#li}</li>
6    <!--/VTP_li-->
7  </ul>
8</div>
9<!--/VTP_errors-->
10
11<!--VTP_deletion-->
12<table style="width:100%;">
13  <tr>
14    <th colspan="2">{#group_confirm} "{#name}" ?</th>
15  </tr>
16  <tr>
17    <td align="center"><a href="{#yes_url}">{#yes}</a></td>
18    <td align="center" class="row2"><a href="{#no_url}">{#no}</a></td>
19  </tr>
20</table>
21<!--/VTP_deletion-->
22
23<!--VTP_confirmation-->
24<div class="{#class}">{#info}</div>
25<!--/VTP_confirmation-->
26
27<form method="post" action="{#form_action}">
28  <div style="text-align:center;margin:10px;">
29    {#group_add} <input type="text" name="name" />
30    <input type="submit" value="{#add}" name="submit" />
31  </div>
32</form>
33
34<!--VTP_groups-->
35<table width="100%">
36  <tr>
37    <th colspan="3">{#group_list_title}</th>
38  </tr>
39  <!--VTP_group-->
40  <tr>
41    <td style="width:25%;">
42      <div style="margin-left:10px;color:{#color}"><img src="../template/{#user_template}/admin/images/puce.gif" alt="&gt;" /> {#name}</div>
43    </td>
44    <td class="row2" style="text-align:center;width:25%;">
45      <a href="{#permission_url}">{#listuser_permission}</a>
46    </td>
47    <td class="row2" style="text-align:center;width:25%;">
48      <a href="{#deletion_url}">{#delete}</a>
49    </td>
50  </tr>
51  <!--/VTP_group-->
52</table>
53<!--/VTP_groups-->
Note: See TracBrowser for help on using the repository browser.