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

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

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 550 bytes
Line 
1{* $Id: /piwigo/trunk/admin/template/goto/user_perm.tpl 6371 2008-09-14T12:25:34.485116Z 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.