diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-02-10 16:28:21 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-02-10 16:28:21 +0100 |
| commit | 995019a992ba5b0dca4cee6082af697552770c18 (patch) | |
| tree | 7cac05d6cb140eea79f8d504a734a17451da378e /phpBB/adm/style/acp_profile.html | |
| parent | 3c46aeb0055d88919e1438941c34b97445a17878 (diff) | |
| download | forums-995019a992ba5b0dca4cee6082af697552770c18.tar forums-995019a992ba5b0dca4cee6082af697552770c18.tar.gz forums-995019a992ba5b0dca4cee6082af697552770c18.tar.bz2 forums-995019a992ba5b0dca4cee6082af697552770c18.tar.xz forums-995019a992ba5b0dca4cee6082af697552770c18.zip | |
[ticket/12169] Add new option to display profile fields on memberlist
PHPBB3-12169
Diffstat (limited to 'phpBB/adm/style/acp_profile.html')
| -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 44c9cb6d49..04e6d9f12b 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_show_on_vt" name="field_show_on_vt" value="1"<!-- IF S_SHOW_ON_VT --> checked="checked"<!-- ENDIF --> /></dd> </dl> <dl> + <dt><label for="field_show_on_ml">{L_DISPLAY_ON_MEMBERLIST}{L_COLON}</label><br /><span>{L_DISPLAY_ON_MEMBERLIST_EXPLAIN}</span></dt> + <dd><input type="checkbox" class="radio" id="field_show_on_ml" name="field_show_on_ml" value="1"<!-- IF S_SHOW_ON_MEMBERLIST --> checked="checked"<!-- ENDIF --> /></dd> + </dl> + <dl> <dt><label for="field_required">{L_REQUIRED_FIELD}{L_COLON}</label><br /><span>{L_REQUIRED_FIELD_EXPLAIN}</span></dt> <dd><input type="checkbox" class="radio" id="field_required" name="field_required" value="1"<!-- IF S_FIELD_REQUIRED --> checked="checked"<!-- ENDIF --> /></dd> </dl> |
