root / tags / release_3_0_6 / phpBB / adm / style / acp_forums_copy_perm.html
History | View | Annotate | Download (678 Bytes)
| 1 | <!-- INCLUDE overall_header.html -->
|
|---|---|
| 2 | |
| 3 | <h1>{L_COPY_PERMISSIONS}</h1> |
| 4 | |
| 5 | <p>{L_COPY_PERMISSIONS_EXPLAIN}</p> |
| 6 | <p>{L_ACL_LINK}</p> |
| 7 | |
| 8 | <form id="confirm" method="post" action="{S_COPY_ACTION}"> |
| 9 | |
| 10 | <fieldset>
|
| 11 | <dl>
|
| 12 | <dt><label for="forum_perm_from">{L_COPY_PERMISSIONS}:</label><br /><span>{L_COPY_PERMISSIONS_EXPLAIN}</span></dt> |
| 13 | <dd><select id="forum_perm_from" name="forum_perm_from"><option value="0">{L_NO_PERMISSIONS}</option>{S_FORUM_OPTIONS}</select></dd> |
| 14 | </dl>
|
| 15 | <div style="text-align: center;">{S_FORM_TOKEN}{S_HIDDEN_FIELDS} |
| 16 | <input type="submit" name="update" value="{L_CONTINUE}" class="button2" /> |
| 17 | </div>
|
| 18 | </fieldset>
|
| 19 | |
| 20 | </form>
|
| 21 | |
| 22 | <!-- INCLUDE overall_footer.html -->
|

