diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-11-13 12:14:39 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-11-13 12:14:39 +0100 |
commit | 8ee908d32e898c31fb1b76c8c42c34a7e7dcf8c3 (patch) | |
tree | c383893545b181e3fa95f069a9bc7173780238bd /phpBB | |
parent | 153b99e11c4bf60fb72079cd61e3d27ab7d28055 (diff) | |
download | forums-8ee908d32e898c31fb1b76c8c42c34a7e7dcf8c3.tar forums-8ee908d32e898c31fb1b76c8c42c34a7e7dcf8c3.tar.gz forums-8ee908d32e898c31fb1b76c8c42c34a7e7dcf8c3.tar.bz2 forums-8ee908d32e898c31fb1b76c8c42c34a7e7dcf8c3.tar.xz forums-8ee908d32e898c31fb1b76c8c42c34a7e7dcf8c3.zip |
[ticket/10411] Remove duplicated ids from the template
PHPBB3-10411
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/style/acp_groups_position.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/phpBB/adm/style/acp_groups_position.html b/phpBB/adm/style/acp_groups_position.html index 1e309d4cbc..5ee63093bd 100644 --- a/phpBB/adm/style/acp_groups_position.html +++ b/phpBB/adm/style/acp_groups_position.html @@ -17,8 +17,8 @@ </dl> <p class="submit-buttons"> - <input class="button1" type="submit" id="submit" name="update" value="{L_SUBMIT}" /> - <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> + <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> + <input class="button2" type="reset" name="reset" value="{L_RESET}" /> <input type="hidden" name="action" value="set_config_legend" /> {S_FORM_TOKEN} </p> @@ -66,7 +66,7 @@ </tbody> </table> - <form id="acp_groups" method="post" action="{U_ACTION_LEGEND}"> + <form id="legend_add_group" method="post" action="{U_ACTION_LEGEND}"> <fieldset class="quick"> <select name="g"><option value="0">{L_SELECT_GROUP}</option>{S_GROUP_SELECT_LEGEND}</select> <input class="button2" type="submit" name="submit" value="{L_ADD}" /> @@ -82,7 +82,7 @@ <fieldset> <legend>{L_TEAMPAGE_SETTINGS}</legend> <dl> - <dt><label for="teampage_multiple">{L_TEAMPAGE_MEMBERSHIPS}{L_COLON}</label></dt> + <dt><label for="teampage_memberships">{L_TEAMPAGE_MEMBERSHIPS}{L_COLON}</label></dt> <dd> <label><input type="radio" name="teampage_memberships" class="radio" value="0"<!-- IF DISPLAY_MEMBERSHIPS == 0 --> checked="checked"<!-- ENDIF --> /> {L_TEAMPAGE_DISP_FIRST}</label><br /> <label><input type="radio" name="teampage_memberships" class="radio" value="1"<!-- IF DISPLAY_MEMBERSHIPS == 1 --> checked="checked"<!-- ENDIF --> /> {L_TEAMPAGE_DISP_DEFAULT}</label><br /> @@ -98,8 +98,8 @@ </dl> <p class="submit-buttons"> - <input class="button1" type="submit" id="submit" name="update" value="{L_SUBMIT}" /> - <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> + <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> + <input class="button2" type="reset" name="reset" value="{L_RESET}" /> <input type="hidden" name="action" value="set_config_teampage" /> {S_FORM_TOKEN} </p> @@ -147,7 +147,7 @@ </tbody> </table> - <form id="acp_groups" method="post" action="{U_ACTION_TEAMPAGE}"> + <form id="teampage_add_group" method="post" action="{U_ACTION_TEAMPAGE}"> <fieldset class="quick"> <select name="g"><option value="0">{L_SELECT_GROUP}</option>{S_GROUP_SELECT_TEAMPAGE}</select> <input class="button2" type="submit" name="submit" value="{L_ADD}" /> |