diff options
Diffstat (limited to 'phpBB/adm/style/acp_modules.html')
-rw-r--r-- | phpBB/adm/style/acp_modules.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_modules.html b/phpBB/adm/style/acp_modules.html index e267d54410..c9f7c0baf1 100644 --- a/phpBB/adm/style/acp_modules.html +++ b/phpBB/adm/style/acp_modules.html @@ -107,14 +107,14 @@ <dd><select name="module_mode" id="module_mode">{S_MODULE_MODES}</select></dd> </dl> </div> - </fieldset> - <fieldset class="submit-buttons"> + <p class="submit-buttons"> <input type="hidden" name="action" value="{ACTION}" /> <input type="hidden" name="m" value="{MODULE_ID}" /> <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> + </p> </fieldset> </form> @@ -209,4 +209,4 @@ <!-- ENDIF --> -<!-- INCLUDE overall_footer.html -->
\ No newline at end of file +<!-- INCLUDE overall_footer.html --> |