diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-06-16 20:18:50 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-06-16 20:18:50 +0200 |
commit | 7301748a3a1040ebe75243fc61350451aaabc8a5 (patch) | |
tree | a2859d01b9ec8e102eccbe8c754af61dcdce03ee /phpBB/adm | |
parent | c555bd78dfa4465aa2e51552dce608b0691c6a75 (diff) | |
parent | 1c4f49249ffe8457914372b08b15056ad5d38085 (diff) | |
download | forums-7301748a3a1040ebe75243fc61350451aaabc8a5.tar forums-7301748a3a1040ebe75243fc61350451aaabc8a5.tar.gz forums-7301748a3a1040ebe75243fc61350451aaabc8a5.tar.bz2 forums-7301748a3a1040ebe75243fc61350451aaabc8a5.tar.xz forums-7301748a3a1040ebe75243fc61350451aaabc8a5.zip |
Merge branch '3.1.x' into 3.2.x
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_profile.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_profile.html b/phpBB/adm/style/acp_profile.html index cebd2e9632..bd3935b464 100644 --- a/phpBB/adm/style/acp_profile.html +++ b/phpBB/adm/style/acp_profile.html @@ -85,6 +85,7 @@ <dd><input type="checkbox" class="radio" id="field_is_contact" name="field_is_contact" value="1"<!-- IF S_FIELD_CONTACT --> checked="checked"<!-- ENDIF --> /></dd> <dd><input class="text medium" type="text" name="field_contact_desc" id="field_contact_desc" value="{FIELD_CONTACT_DESC}" /> <label for="field_contact_desc">{L_FIELD_CONTACT_DESC}</label></dd> <dd><input class="text medium" type="text" name="field_contact_url" id="field_contact_url" value="{FIELD_CONTACT_URL}" /> <label for="field_contact_url">{L_FIELD_CONTACT_URL}</label></dd> + <!-- EVENT acp_profile_contact_last --> </dl> </fieldset> |