diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-08 10:59:36 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-08 10:59:36 +0000 |
commit | 4306d4d083d50e9ef7ed01260aa95ea4ac453dee (patch) | |
tree | bd3b63b6a2c30c131790f6b7dd28edddb04589c1 /phpBB/adm/style/acp_profile.html | |
parent | 0e7adebad6e61c066b52e5480d5aa36a23571388 (diff) | |
download | forums-4306d4d083d50e9ef7ed01260aa95ea4ac453dee.tar forums-4306d4d083d50e9ef7ed01260aa95ea4ac453dee.tar.gz forums-4306d4d083d50e9ef7ed01260aa95ea4ac453dee.tar.bz2 forums-4306d4d083d50e9ef7ed01260aa95ea4ac453dee.tar.xz forums-4306d4d083d50e9ef7ed01260aa95ea4ac453dee.zip |
- fix some smaller bugs
- removed custom profiles preview field from acp
git-svn-id: file:///svn/phpbb/trunk@6022 89ea8834-ac86-4346-8a33-228a782c2dd0
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 --> |