diff --git a/modules/registration/views/registration/activation_failure.php b/modules/registration/views/registration/activation_failure.php index 96889c3..15d1860 100644 --- a/modules/registration/views/registration/activation_failure.php +++ b/modules/registration/views/registration/activation_failure.php @@ -1,4 +1,4 @@ -

+

diff --git a/modules/registration/views/registration/activation_success.php b/modules/registration/views/registration/activation_success.php index 6352cb7..6ddfb2f 100644 --- a/modules/registration/views/registration/activation_success.php +++ b/modules/registration/views/registration/activation_success.php @@ -1,4 +1,4 @@ -

+

CHtml::link(Yum::t('here'), Yum::module()->loginUrl diff --git a/modules/registration/views/registration/recovery.php b/modules/registration/views/registration/recovery.php index 9e85580..8fc2ee1 100644 --- a/modules/registration/views/registration/recovery.php +++ b/modules/registration/views/registration/recovery.php @@ -7,29 +7,27 @@ ?> '; +echo '

'; echo Yum::getFlash(); echo '
'; } else { echo '

'.Yum::t('Password recovery').'

'; ?> -
+ -
+

-
-
- -
+ 'btn')); ?> + -
+ diff --git a/modules/registration/views/registration/registration.php b/modules/registration/views/registration/registration.php index 076216b..22d9af1 100644 --- a/modules/registration/views/registration/registration.php +++ b/modules/registration/views/registration/registration.php @@ -2,7 +2,6 @@ breadcrumbs = array(Yum::t('Registration')); ?> -
beginWidget('CActiveForm', array( 'id'=>'registration-form', 'enableAjaxValidation'=>true, @@ -15,37 +14,37 @@ registration_by_email) { ?> -
+
labelEx($form,'username'); echo $activeform->textField($form,'username'); ?>
-
+
labelEx($profile,'email'); echo $activeform->textField($profile,'email'); ?>
-
labelEx($profile,'firstname'); echo $activeform->textField($profile,'firstname'); ?>
-
labelEx($profile,'lastname'); echo $activeform->textField($profile,'lastname'); ?>
-
+
labelEx($form,'password'); ?> passwordField($form,'password'); ?>
-
+
labelEx($form,'verifyPassword'); ?> passwordField($form,'verifyPassword'); ?> @@ -54,7 +53,7 @@ debug && Yum::module('registration')->enableCaptcha): ?> -
+
@@ -67,11 +66,10 @@
-
+
'btn')); ?>
endWidget(); ?> -
diff --git a/modules/user/views/user/login_debug.php b/modules/user/views/user/login_debug.php index 2c0c785..50bed0c 100644 --- a/modules/user/views/user/login_debug.php +++ b/modules/user/views/user/login_debug.php @@ -101,9 +101,15 @@
-
+
- 'btn')); ?> +

'btn')); ?>

+ +
+ +
+ Klick registrationUrl); ?> if you are not registered.