blob: 108885d1eb8dce244fe7bd721a48c17e015be981 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<h1>{TITLE}</h1>
<!-- 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>
|