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

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

Add a message to inform that only private categories can have access rights

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