source: trunk/template/default/admin/group_perm.vtp @ 21

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

* empty log message *

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