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

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

merge r6320 from trunk to branch 2.1

bug 1667 fixed: r6027 was fixing a minor error on tabs for Google Chrome/Safari
BUT was introducing a major visual issue for IE8. Backmerged + adds the -webkit
radius anyway.

This is a quickfix for release 2.1.1, the improved display introduced by nikrou
was nice and it would be better to have it, but working in IE8

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.