source: branches/2.0/admin/template/goto/user_perm.tpl @ 4894

Last change on this file since 4894 was 2531, checked in by vdigital, 16 years ago

roma tpl were missing.

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