blob: e8cefe379bc6baaf7a9b333537fc08ed9bda36ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!-- DEV TAG: not smarty migrated -->
<h2>{TITLE}</h2>
<!-- BEGIN groups -->
<fieldset>
<legend>{lang:Categories authorized thanks to group associations}</legend>
<ul>
<!-- BEGIN category -->
<li>{groups.category.NAME}</li>
<!-- END category -->
</ul>
</fieldset>
<!-- END groups -->
<fieldset>
<legend>{lang:Other private categories}</legend>
<form method="post" action="{F_ACTION}">
{DOUBLE_SELECT}
</form>
</fieldset>
|