diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-07-23 15:48:40 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-07-23 15:48:40 +0200 |
commit | 3da72e98644a7b2bad86c9013e2250304611ce9b (patch) | |
tree | c849877f58b72802c42a4125d9fbe846c0e51f22 /phpBB/adm/style | |
parent | 55aaa596d72c8eef54f394da22f43bdf731d9333 (diff) | |
parent | 19237f561396c9a2f096c9d01acc857fe92b89ba (diff) | |
download | forums-3da72e98644a7b2bad86c9013e2250304611ce9b.tar forums-3da72e98644a7b2bad86c9013e2250304611ce9b.tar.gz forums-3da72e98644a7b2bad86c9013e2250304611ce9b.tar.bz2 forums-3da72e98644a7b2bad86c9013e2250304611ce9b.tar.xz forums-3da72e98644a7b2bad86c9013e2250304611ce9b.zip |
Merge remote-tracking branch 'naderman/ticket/10965' into prep-release-3.0.11
* naderman/ticket/10965:
[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> |