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

Last change on this file since 13079 was 6993, checked in by rvelices, 14 years ago

feature 1616: rename "category" into "album" (4th commit; almost there)

  • Property svn:eol-style set to LF
File size: 438 bytes
Line 
1<h2>{$TITLE}</h2>
2
3{if isset($categories_because_of_groups) }
4<fieldset>
5  <legend>{'Albums 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 albums'|@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.