From ca291c50f9e5683e33fa8bd9e596b8ab31360742 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 10 Jan 2004 12:17:29 +0000 Subject: fully templateable custom profile fields... git-svn-id: file:///svn/phpbb/trunk@4737 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../subSilver/template/custom_profile_fields.html | 29 ++++++++++++++++++++++ .../template/ucp_profile_profile_info.html | 6 +++++ phpBB/styles/subSilver/template/ucp_register.html | 7 ++++++ 3 files changed, 42 insertions(+) create mode 100644 phpBB/styles/subSilver/template/custom_profile_fields.html diff --git a/phpBB/styles/subSilver/template/custom_profile_fields.html b/phpBB/styles/subSilver/template/custom_profile_fields.html new file mode 100644 index 0000000000..eb791a0cc3 --- /dev/null +++ b/phpBB/styles/subSilver/template/custom_profile_fields.html @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + {bool.options.VALUE}    + + checked="checked" /> + + + + + + + + + {L_DAY}: {L_MONTH}: {L_YEAR}: + diff --git a/phpBB/styles/subSilver/template/ucp_profile_profile_info.html b/phpBB/styles/subSilver/template/ucp_profile_profile_info.html index 51c20b5868..f24943dc36 100644 --- a/phpBB/styles/subSilver/template/ucp_profile_profile_info.html +++ b/phpBB/styles/subSilver/template/ucp_profile_profile_info.html @@ -54,6 +54,12 @@ {L_BIRTHDAY}:
{L_BIRTHDAY_EXPLAIN} {L_DAY}: {L_MONTH}: {L_YEAR}: + + + {profile_fields.LANG_NAME}:
{profile_fields.LANG_EXPLAIN} + {profile_fields.FIELD}
{profile_fields.ERROR} + + {S_HIDDEN_FIELDS}   diff --git a/phpBB/styles/subSilver/template/ucp_register.html b/phpBB/styles/subSilver/template/ucp_register.html index fa9fddd314..4023b81220 100644 --- a/phpBB/styles/subSilver/template/ucp_register.html +++ b/phpBB/styles/subSilver/template/ucp_register.html @@ -54,6 +54,13 @@ + + + {profile_fields.LANG_NAME}:
{profile_fields.LANG_EXPLAIN} + {profile_fields.FIELD}
{profile_fields.ERROR} + + + {L_CONFIRMATION} -- cgit v1.2.1