[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <a name="maincontent"></a> 4 5 <h1>{L_ACP_FORUM_PERMISSIONS_COPY}</h1> 6 7 {L_ACP_FORUM_PERMISSIONS_COPY_EXPLAIN} 8 9 <form id="forum_perm_copy" method="post" action="{U_ACTION}"> 10 11 <fieldset> 12 <legend>{L_LOOK_UP_FORUM}</legend> 13 14 <dl> 15 <dt><label for="src_forum">{L_COPY_PERMISSIONS_FROM}:</label><br /><span>{L_COPY_PERMISSIONS_FORUM_FROM_EXPLAIN}</span></dt> 16 <dd><select id="src_forum" name="src_forum_id"><option value="0">{L_SELECT_FORUM}</option><option value="-1">------------------</option>{S_FORUM_OPTIONS}</select></dd> 17 </dl> 18 </fieldset> 19 20 <fieldset> 21 <legend>{L_LOOK_UP_FORUM}</legend> 22 <p>{L_LOOK_UP_FORUMS_EXPLAIN}</p> 23 24 <dl> 25 <dt><label for="dest_forums">{L_COPY_PERMISSIONS_TO}:</label><br /><span>{L_COPY_PERMISSIONS_FORUM_TO_EXPLAIN}</span></dt> 26 <dd><select id="dest_forums" name="dest_forum_ids[]" multiple="multiple" size="10">{S_FORUM_OPTIONS}</select></dd> 27 </dl> 28 </fieldset> 29 30 <fieldset class="submit-buttons"> 31 <legend>{L_SUBMIT}</legend> 32 <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> 33 <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> 34 {S_HIDDEN_FIELDS} 35 {S_FORM_TOKEN} 36 </fieldset> 37 38 </form> 39 40 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Oct 2 15:03:47 2013 | Cross-referenced by PHPXref 0.7.1 |