source: trunk/admin/themes/default/template/user_perm.tpl @ 6323

Last change on this file since 6323 was 5123, checked in by plg, 14 years ago

feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.

  • 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.