source: tags/release-1_5_0RC2/template/yoga/admin/user_perm.tpl @ 14365

Last change on this file since 14365 was 859, checked in by plg, 19 years ago
  • new : template yoga, made by yoDan, helped by chrisaga for integration becomes the official template.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 415 bytes
Line 
1<h2>{TITLE}</h2>
2
3<!-- BEGIN groups -->
4<fieldset>
5  <legend>{lang:Categories authorized thanks to group associations}</legend>
6
7  <ul>
8    <!-- BEGIN category -->
9    <li>{groups.category.NAME}</li>
10    <!-- END category -->
11  </ul>
12</fieldset>
13<!-- END groups -->
14
15<fieldset>
16  <legend>{lang:Other private categories}</legend>
17
18  <form method="post" action="{F_ACTION}">
19    {DOUBLE_SELECT}
20  </form>
21</fieldset>
Note: See TracBrowser for help on using the repository browser.