diff options
Diffstat (limited to 'phpBB/adm/style/acp_profile.html')
-rw-r--r-- | phpBB/adm/style/acp_profile.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/phpBB/adm/style/acp_profile.html b/phpBB/adm/style/acp_profile.html index 55186376ef..d2e1da4374 100644 --- a/phpBB/adm/style/acp_profile.html +++ b/phpBB/adm/style/acp_profile.html @@ -115,25 +115,9 @@ <fieldset class="quick" style="float: right"> {S_HIDDEN_FIELDS} - <input class="button1" type="submit" name="update" value="{L_UPDATE_PREVIEW}" /> <input class="button1" type="submit" name="next" value="{L_NEXT}" /> </fieldset> - <br /><br /> - - <fieldset> - <legend>{L_PREVIEW_PROFILE_FIELD}</legend> - <!-- IF USER_ERROR --><p style="color: red;">{USER_ERROR}</p><!-- ELSE --><p style="color: green;">{L_EVERYTHING_OK}</p><!-- ENDIF --> - <dl> - <dt><label>{PREVIEW_LANG_NAME}:</label><!-- IF PREVIEW_LANG_EXPLAIN --><br /><span>{PREVIEW_LANG_EXPLAIN}</span><!-- ENDIF --></dt> - <dd>{PREVIEW_FIELD}</dd> - </dl> - </fieldset> - - <fieldset class="quick"> - <input class="button1" type="submit" name="update_preview" value="{L_SUBMIT}" /> - </fieldset> - <!-- ELSEIF S_STEP_THREE --> <!-- BEGIN options --> |