diff --git a/custompages/first_login.php b/custompages/first_login.php index 4a671073d9..c9fac4562e 100644 --- a/custompages/first_login.php +++ b/custompages/first_login.php @@ -67,7 +67,10 @@ if ($_GET['invalid'] == 2) { +

+
+
'.$error_message.'
'; }?> diff --git a/custompages/index-logged.php b/custompages/index-logged.php index 6c76ed80ad..3f3a39f971 100644 --- a/custompages/index-logged.php +++ b/custompages/index-logged.php @@ -1,5 +1,5 @@
- +
- '.cblue_get_lang('your_password_has_been_reset').'
'; - }?> +
+ +
'.$error_message.'
'; }?> -
+
- +

@@ -77,11 +79,12 @@ if (isset($_GET['loginFailed'])){
diff --git a/custompages/lostpassword.php b/custompages/lostpassword.php index 09b37a930f..be759e1706 100644 --- a/custompages/lostpassword.php +++ b/custompages/lostpassword.php @@ -32,10 +32,16 @@ require_once('language.php'); -'.cblue_get_lang('lang_enter_email_and_well_send_you_password').''; ?> +
+ +
-
'; + '; }?>
diff --git a/custompages/registration-feedback.php b/custompages/registration-feedback.php index 839505ef4f..c3388f5859 100644 --- a/custompages/registration-feedback.php +++ b/custompages/registration-feedback.php @@ -1,3 +1,31 @@ - + + Registration + + + + + + + + +
+ +
+
+ +
+ +
+ +
+ + diff --git a/custompages/registration.php b/custompages/registration.php index 06caf1810a..7e3247c6a2 100644 --- a/custompages/registration.php +++ b/custompages/registration.php @@ -1,7 +1,20 @@ removeElement('extra_mail_notify_invitation'); +$content['form']->removeElement('extra_mail_notify_message'); +$content['form']->removeElement('extra_mail_notify_group_message'); +$content['form']->removeElement('official_code'); +$content['form']->removeElement('phone'); +$content['form']->removeElement('submit'); +$content['form']->removeElement('status'); +$content['form']->removeElement('status'); + ?> @@ -27,29 +40,14 @@ require_once('language.php');
'; }?> - -
- -
- -
-

- -
- -
- - - -
-
-
- + display(); + ?> +
+