source: trunk/template/default/admin/user_perm.vtp @ 30

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

using new links to pictures (into the template dir)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1<!--VTP_confirmation-->
2<div class="info">{#permuser_info_message} [ <a href="{#back_url}">{#adduser_info_back}</a> ]</div>
3<!--/VTP_confirmation-->
4<form action="{#action}" method="post">
5  <table style="width:100%;">
6    <!--VTP_category-->
7    <tr>
8      <td>
9        <img src="../template/{#user_template}/admin/images/puce.gif" alt="&gt;" /> <a href="{#cat_perm_link}"><span style="color:{#color}">{#name}</span></a>
10        <!--VTP_usergroups-->
11        [
12        <!--VTP_usergroup-->
13        <span style="color:{#color};">{#name}</span>{#separation}
14        <!--/VTP_usergroup-->
15        ]
16        <!--/VTP_usergroups-->
17      </td>
18      <td style="text-align:right;">
19        <!--VTP_parent_forbidden-->
20        {#permuser_parent_forbidden}
21        <!--/VTP_parent_forbidden-->
22        <input type="radio" name="access-{#id}" value="0"{#authorized_checked}/>{#permuser_authorized}
23        <input type="radio" name="access-{#id}" value="1"{#forbidden_checked}/>{#permuser_forbidden}
24      </td>
25    </tr>
26    <!--/VTP_category-->
27    <tr>
28      <td colspan="2" align="center"><input type="submit" name="submit" value="{#submit}"/></td>
29    </tr>
30  </table>
31</form>
Note: See TracBrowser for help on using the repository browser.