mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7996 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f684da8e93
commit
37973409f8
2 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
<legend>{L_USER_CUSTOM_PROFILE_FIELDS}</legend>
|
<legend>{L_USER_CUSTOM_PROFILE_FIELDS}</legend>
|
||||||
<!-- BEGIN profile_fields -->
|
<!-- BEGIN profile_fields -->
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label>{profile_fields.LANG_NAME}:</label><!-- IF profile_fields.LANG_EXPLAIN --><br /><span>{profile_fields.LANG_EXPLAIN}</span><!-- ENDIF --></dt>
|
<dt><label<!-- IF profile_fields.FIELD_ID --> for="{profile_fields.FIELD_ID}"<!-- ENDIF -->>{profile_fields.LANG_NAME}:</label><!-- IF profile_fields.LANG_EXPLAIN --><br /><span>{profile_fields.LANG_EXPLAIN}</span><!-- ENDIF --></dt>
|
||||||
<dd>{profile_fields.FIELD}</dd>
|
<dd>{profile_fields.FIELD}</dd>
|
||||||
<!-- IF profile_fields.ERROR -->
|
<!-- IF profile_fields.ERROR -->
|
||||||
<dd><span class="small" style="color: red;">{profile_fields.ERROR}</span></dd>
|
<dd><span class="small" style="color: red;">{profile_fields.ERROR}</span></dd>
|
||||||
|
|
|
@ -201,6 +201,7 @@ p a {
|
||||||
<li>[Fix] Only list enabled modes within the dropdown at user administration (Bug #13883) - patch provided by damnian</li>
|
<li>[Fix] Only list enabled modes within the dropdown at user administration (Bug #13883) - patch provided by damnian</li>
|
||||||
<li>[Fix] Properly display ban reason if selecting banned entries within the ACP (Bug #13896)</li>
|
<li>[Fix] Properly display ban reason if selecting banned entries within the ACP (Bug #13896)</li>
|
||||||
<li>[Fix] Properly parse SQL expressions for Oracle (Bug #13916)</li>
|
<li>[Fix] Properly parse SQL expressions for Oracle (Bug #13916)</li>
|
||||||
|
<li>[Fix] Added label bindings to the custom profile fields in the ACP (Bug #13936) - patch provided by damnian</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue