diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-07-23 15:48:53 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-07-23 15:48:53 +0200 |
commit | 7b98e75ec3ab06d295834d5b48f85ad4b8744742 (patch) | |
tree | 54e9b8985aba1725ad74b64058df4b0f198a9be0 /phpBB/adm/style | |
parent | da8d610011bb3f9b7da813cd89167bcc2aefa8d5 (diff) | |
parent | 3da72e98644a7b2bad86c9013e2250304611ce9b (diff) | |
download | forums-7b98e75ec3ab06d295834d5b48f85ad4b8744742.tar forums-7b98e75ec3ab06d295834d5b48f85ad4b8744742.tar.gz forums-7b98e75ec3ab06d295834d5b48f85ad4b8744742.tar.bz2 forums-7b98e75ec3ab06d295834d5b48f85ad4b8744742.tar.xz forums-7b98e75ec3ab06d295834d5b48f85ad4b8744742.zip |
Merge branch 'prep-release-3.0.11' into develop-olympus
* prep-release-3.0.11:
[ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1
[ticket/10965] Introduce a new profile field option to display no value
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_profile.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_profile.html b/phpBB/adm/style/acp_profile.html index 85d37568c2..1c9c038f8f 100644 --- a/phpBB/adm/style/acp_profile.html +++ b/phpBB/adm/style/acp_profile.html @@ -64,6 +64,10 @@ <dd><input type="checkbox" class="radio" id="field_required" name="field_required" value="1"<!-- IF S_FIELD_REQUIRED --> checked="checked"<!-- ENDIF --> /></dd> </dl> <dl> + <dt><label for="field_show_novalue">{L_SHOW_NOVALUE_FIELD}:</label><br /><span>{L_SHOW_NOVALUE_FIELD_EXPLAIN}</span></dt> + <dd><input type="checkbox" class="radio" id="field_show_novalue" name="field_show_novalue" value="1"<!-- IF S_FIELD_SHOW_NOVALUE --> checked="checked"<!-- ENDIF --> /></dd> + </dl> + <dl> <dt><label for="field_hide">{L_HIDE_PROFILE_FIELD}:</label><br /><span>{L_HIDE_PROFILE_FIELD_EXPLAIN}</span></dt> <dd><input type="checkbox" class="radio" id="field_hide" name="field_hide" value="1"<!-- IF S_FIELD_HIDE --> checked="checked"<!-- ENDIF --> /></dd> </dl> |