source: trunk/admin/template/goto/user_perm.tpl @ 3283

Last change on this file since 3283 was 3283, checked in by plg, 15 years ago

complement to r3282, remove all $Id$ in source code.

  • Property svn:eol-style set to LF
File size: 446 bytes
Line 
1<h2>{$TITLE}</h2>
2
3{if isset($categories_because_of_groups) }
4<fieldset>
5  <legend>{'Categories authorized thanks to group associations'|@translate}</legend>
6
7  <ul>
8    {foreach from=$categories_because_of_groups item=cat }
9    <li>{$cat}</li>
10    {/foreach}
11  </ul>
12</fieldset>
13{/if}
14
15
16<fieldset>
17  <legend>{'Other private categories'|@translate}</legend>
18
19  <form method="post" action="{$F_ACTION}">
20    {$DOUBLE_SELECT}
21  </form>
22</fieldset>
Note: See TracBrowser for help on using the repository browser.