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/styles | |
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/styles')
-rw-r--r-- | phpBB/styles/subSilver/template/ucp_profile_profile_info.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_profile_profile_info.html b/phpBB/styles/subSilver/template/ucp_profile_profile_info.html index af44e9cef5..92d036b7cc 100644 --- a/phpBB/styles/subSilver/template/ucp_profile_profile_info.html +++ b/phpBB/styles/subSilver/template/ucp_profile_profile_info.html @@ -54,7 +54,11 @@ </tr> <!-- BEGIN profile_fields --> <tr> - <td class="row1" width="35%"><b class="genmed">{profile_fields.LANG_NAME}: </b><!-- IF profile_fields.LANG_EXPLAIN --><br /><span class="gensmall">{profile_fields.LANG_EXPLAIN}</span><!-- ENDIF --></td> + <td class="row1" width="35%"> + <b class="genmed">{profile_fields.LANG_NAME}: </b> + <!-- IF profile_fields.S_REQUIRED --><b>*</b><!-- ENDIF --> + <!-- IF profile_fields.LANG_EXPLAIN --><br /><span class="gensmall">{profile_fields.LANG_EXPLAIN}</span><!-- ENDIF --> + </td> <td class="row2">{profile_fields.FIELD}<!-- IF profile_fields.ERROR --><br /><span class="gensmall" style="color:red">{profile_fields.ERROR}</span><!-- ENDIF --></td> </tr> <!-- END profile_fields --> |