Размер файла: 1.94Kb
<h1>{L_GROUP_PERMISSIONS_TITLE}</h1>
<p>{L_GROUP_PERMISSIONS_EXPLAIN}</p>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center">
<form method="post" action="{A_PERM_ACTION}">
<table width="90%" class="forumline" cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
<th>{L_ALLOWED_FORUMS}</th>
</tr>
<tr>
<td class="row1" align="center">
<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>
</td>
</tr>
<tr>
<td class="cat" align="center"> <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" /></td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td>
<form method="post" action="{A_PERM_ACTION}">
<table width="90%" class="forumline" cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
<th>{L_ADD_FORUMS}</th>
</tr>
<tr>
<td class="row1" align="center">
<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>
</td>
</tr>
<tr>
<td class="cat" align="center"> <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" /></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<br />
<div align="center"><span class="copyright">{ATTACH_VERSION}</span></div>
<br clear="all" />