diff options
Diffstat (limited to 'phpBB/adm/style/acp_language.html')
| -rw-r--r-- | phpBB/adm/style/acp_language.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/adm/style/acp_language.html b/phpBB/adm/style/acp_language.html index 22cbd3921c..bc05fc43fd 100644 --- a/phpBB/adm/style/acp_language.html +++ b/phpBB/adm/style/acp_language.html @@ -16,10 +16,10 @@ <dt><label for="use_method">{L_DOWNLOAD_AS}:</label></dt> <dd>{RADIO_BUTTONS}</dd> </dl> - </fieldset> - <fieldset class="quick"> + <p class="quick"> <input type="submit" class="button2" value="{L_DOWNLOAD}" name="download" /> + </p> </fieldset> </form> @@ -50,10 +50,10 @@ <dt><label for="lang_author">{L_LANG_AUTHOR}:</label></dt> <dd><input type="text" id="lang_author" name="lang_author" value="{LANG_AUTHOR}" /></dd> </dl> - </fieldset> - <fieldset class="quick" style="margin-top: -15px;"> + <p class="quick" style="margin-top: -15px;"> <input type="submit" name="update_details" class="button2" value="{L_SUBMIT}" /> + </p> </fieldset> </form> @@ -245,4 +245,4 @@ <!-- ENDIF --> -<!-- INCLUDE overall_footer.html -->
\ No newline at end of file +<!-- INCLUDE overall_footer.html --> |
