Размер файла: 1.46Kb
<center>{L_GROUP_PERMISSIONS_TITLE}</center>
<i>{L_GROUP_PERMISSIONS_EXPLAIN}</i>
<form method="post" action="{A_PERM_ACTION}">
<div class="tab">{L_ALLOWED_FORUMS}</div>
<div class="row1">
<select style="width:560px" name="entries[]" multiple="multiple" size="5">
<!-- BEGIN allow_option_values -->
<option value="{allow_option_values.VALUE}">{allow_option_values.OPTION}</option>
<!-- END allow_option_values -->
</select>
</div>
<div class="cat">
<input class="liteoption" type="submit" name="del_forum" value="{L_REMOVE_SELECTED}" />
<input class="liteoption" type="submit" name="close_perm" value="{L_CLOSE_WINDOW}" />
<input type="hidden" name="e_mode" value="perm" /></div>
</form>
<form method="post" action="{A_PERM_ACTION}">
<div class="tab">{L_ADD_FORUMS}</div>
<div class="row1">
<select style="width:560px" name="entries[]" multiple="multiple" size="5">
<!-- BEGIN forum_option_values -->
<option value="{forum_option_values.VALUE}">{forum_option_values.OPTION}</option>
<!-- END forum_option_values -->
</select>
</div>
<div class="cat">
<input type="submit" name="add_forum" value="{L_ADD_SELECTED}" class="mainoption" />
<input type="reset" value="{L_RESET}" class="liteoption" />
<input type="hidden" name="e_mode" value="perm" /></div>
</form>
<br />
<div align="center"><span class="copyright">{ATTACH_VERSION}</span></div>
<br clear="all" />