source: trunk/template/default/admin/group_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: 1017 bytes
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      </td>
14      <td style="text-align:right;">
15        <!--VTP_parent_forbidden-->
16        {#permuser_parent_forbidden}
17        <!--/VTP_parent_forbidden-->
18        <input type="radio" name="access-{#id}" value="0"{#authorized_checked}/>{#permuser_authorized}
19        <input type="radio" name="access-{#id}" value="1"{#forbidden_checked}/>{#permuser_forbidden}
20      </td>
21    </tr>
22    <!--/VTP_category-->
23    <tr>
24      <td colspan="2" align="center"><input type="submit" name="submit" value="{#submit}"/></td>
25    </tr>
26  </table>
27</form>
Note: See TracBrowser for help on using the repository browser.