Passed
Push — master ( 479844...e2e2d4 )
by WILMER
02:54
created
views/frontend/site/resetPassword.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,13 +23,13 @@
 block discarded – undo
23 23
 /* @var $model \frontend\models\ResetPasswordForm */
24 24
 
25 25
 $this->title = 'Reset password';
26
-$this->params['breadcrumbs'][] = Yii::t('adminlte',$this->title);
26
+$this->params['breadcrumbs'][] = Yii::t('adminlte', $this->title);
27 27
 
28 28
 ?>
29 29
 
30 30
 <?= Html::beginTag('div', ['class' => 'form-box', 'id' => 'site-reset-password', 'style' => 'min-width: 280px; width:30%']) ?>
31 31
     <?= Html::beginTag('div', ['class' => 'header']) ?>
32
-        <?= Html::tag('h3', Html::encode(Yii::t('adminlte',$this->title)), ['class' => 'panel-title-custom']) ?>
32
+        <?= Html::tag('h3', Html::encode(Yii::t('adminlte', $this->title)), ['class' => 'panel-title-custom']) ?>
33 33
     <?= Html::endTag('div') ?>
34 34
     <?= Html::beginTag('div', ['class' => 'body']) ?>
35 35
         <?= Html::tag('p', Yii::t('adminlte', 'Please choose your new password.'), ['style' => '  text-align: justify;']) ?>
Please login to merge, or discard this patch.
views/frontend/site/login.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
 /* @var $model \common\models\LoginForm */
24 24
 
25 25
 $this->title = 'Login';
26
-$this->params['breadcrumbs'][] = Yii::t('adminlte',$this->title);
26
+$this->params['breadcrumbs'][] = Yii::t('adminlte', $this->title);
27 27
 
28 28
 ?>
29 29
 
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
             <?= html::tag('h3', Html::encode(Yii::t('adminlte', $this->title)), ['class' => 'panel-title-custom']) ?>
34 34
         <?= Html::endTag('div') ?>
35 35
         <?= Html::beginTag('div', ['class' => 'body']) ?>
36
-            <?= Html::tag('p', Html::encode(Yii::t('adminlte','Please fill out the following fields.')), ['class' => 'login-box-msg']) ?>
36
+            <?= Html::tag('p', Html::encode(Yii::t('adminlte', 'Please fill out the following fields.')), ['class' => 'login-box-msg']) ?>
37 37
 
38 38
             <?php $form = ActiveForm::begin([
39 39
                 'id' => 'form-site-login-frontend',
Please login to merge, or discard this patch.
widgets/MainSidebar.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
                 '{right-icon}'     => isset($item['right-icon']) ? $item['right-icon'] : '',
99 99
                 '{url}'            => Url::to($item['url']),
100 100
                 '{label}'          => $item['label'],
101
-                '{linkOptions}'    => isset($item['linkOptions']) ? Html::renderTagAttributes($item['linkOptions']): '',
101
+                '{linkOptions}'    => isset($item['linkOptions']) ? Html::renderTagAttributes($item['linkOptions']) : '',
102 102
             ]);
103 103
         } else {
104 104
             $template = ArrayHelper::getValue($item, 'template', $this->labelTemplate);
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
                 '{icon}'           => isset($item['icon']) ? $item['icon'] : '',
108 108
                 '{right-icon}'     => isset($item['right-icon']) ? $item['right-icon'] : '',
109 109
                 '{label}'          => $item['label'],
110
-                '{linkOptions}'    => isset($item['linkOptions']) ? Html::renderTagAttributes($item['linkOptions']): '',
110
+                '{linkOptions}'    => isset($item['linkOptions']) ? Html::renderTagAttributes($item['linkOptions']) : '',
111 111
             ]);
112 112
 
113 113
         }
Please login to merge, or discard this patch.
views/frontend/site/requestPasswordResetToken.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,13 +23,13 @@
 block discarded – undo
23 23
 /* @var $model \frontend\models\ResetPasswordForm */
24 24
 
25 25
 $this->title = 'Reset password';
26
-$this->params['breadcrumbs'][] = Yii::t('adminlte',$this->title);
26
+$this->params['breadcrumbs'][] = Yii::t('adminlte', $this->title);
27 27
 
28 28
 ?>
29 29
 
30 30
 <?= Html::beginTag('div', ['class' => 'form-box', 'id' => 'site-reset-password', 'style' => 'min-width: 280px; width:30%']) ?>
31 31
     <?= Html::beginTag('div', ['class' => 'header']) ?>
32
-        <?= Html::tag('h3', Html::encode(Yii::t('adminlte',$this->title)), ['class' => 'panel-title-custom']) ?>
32
+        <?= Html::tag('h3', Html::encode(Yii::t('adminlte', $this->title)), ['class' => 'panel-title-custom']) ?>
33 33
     <?= Html::endTag('div') ?>
34 34
     <?= Html::beginTag('div', ['class' => 'body']) ?>
35 35
         <?= Html::tag('p', Yii::t('adminlte', 'Please choose your new password.'), ['style' => '  text-align: justify;']) ?>
Please login to merge, or discard this patch.
views/frontend/site/contact.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,13 +23,13 @@
 block discarded – undo
23 23
 /* @var $model \frontend\models\ResetPasswordForm */
24 24
 
25 25
 $this->title = 'Reset password';
26
-$this->params['breadcrumbs'][] = Yii::t('adminlte',$this->title);
26
+$this->params['breadcrumbs'][] = Yii::t('adminlte', $this->title);
27 27
 
28 28
 ?>
29 29
 
30 30
 <?= Html::beginTag('div', ['class' => 'form-box', 'id' => 'site-reset-password', 'style' => 'min-width: 280px; width:30%']) ?>
31 31
     <?= Html::beginTag('div', ['class' => 'header']) ?>
32
-        <?= Html::tag('h3', Html::encode(Yii::t('adminlte',$this->title)), ['class' => 'panel-title-custom']) ?>
32
+        <?= Html::tag('h3', Html::encode(Yii::t('adminlte', $this->title)), ['class' => 'panel-title-custom']) ?>
33 33
     <?= Html::endTag('div') ?>
34 34
     <?= Html::beginTag('div', ['class' => 'body']) ?>
35 35
         <?= Html::tag('p', Yii::t('adminlte', 'Please choose your new password.'), ['style' => '  text-align: justify;']) ?>
Please login to merge, or discard this patch.
views/frontend/site/signup.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,13 +23,13 @@
 block discarded – undo
23 23
 /* @var $model \frontend\models\ResetPasswordForm */
24 24
 
25 25
 $this->title = 'Reset password';
26
-$this->params['breadcrumbs'][] = Yii::t('adminlte',$this->title);
26
+$this->params['breadcrumbs'][] = Yii::t('adminlte', $this->title);
27 27
 
28 28
 ?>
29 29
 
30 30
 <?= Html::beginTag('div', ['class' => 'form-box', 'id' => 'site-reset-password', 'style' => 'min-width: 280px; width:30%']) ?>
31 31
     <?= Html::beginTag('div', ['class' => 'header']) ?>
32
-        <?= Html::tag('h3', Html::encode(Yii::t('adminlte',$this->title)), ['class' => 'panel-title-custom']) ?>
32
+        <?= Html::tag('h3', Html::encode(Yii::t('adminlte', $this->title)), ['class' => 'panel-title-custom']) ?>
33 33
     <?= Html::endTag('div') ?>
34 34
     <?= Html::beginTag('div', ['class' => 'body']) ?>
35 35
         <?= Html::tag('p', Yii::t('adminlte', 'Please choose your new password.'), ['style' => '  text-align: justify;']) ?>
Please login to merge, or discard this patch.
views/backend/layouts/_footer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
             <?= Html::endTag('div') ?>
30 30
             <?= AdminLteHelper::powered() ?>
31 31
             <?= Html::beginTag('div', ['class' => 'pull-right-custom']) ?>
32
-                <?= Html::tag('span', Yii::t('adminlte', 'Social Networks:'), ['class' => 'hidden-xs','style' => 'padding-right: 5px']) ?>
32
+                <?= Html::tag('span', Yii::t('adminlte', 'Social Networks:'), ['class' => 'hidden-xs', 'style' => 'padding-right: 5px']) ?>
33 33
                 <?= Html::a('', \yii::$app->params['Facebook_Account'], ['class' => 'iconos ion-social-facebook fa-2x', 'target' => '_blank']) ?>
34 34
                 <?= Html::a('', \yii::$app->params['Twitter_Account'], ['class' => 'iconos ion-social-twitter fa-2x', 'target' => '_blank']) ?>
35 35
                 <?= Html::a('', \yii::$app->params['Google_Account'], ['class' => 'iconos ion-social-googleplus fa-2x', 'target' => '_blank']) ?>
Please login to merge, or discard this patch.
views/backend/layouts/_menuser.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 use yii\helpers\Html;
19 19
 use yii\bootstrap\Nav;
20 20
 
21
-$menuUser[] = ['label' => html::tag('i', '',['class' => 'glyphicon glyphicon-user']) . \yii::$app->user->identity->username,
21
+$menuUser[] = ['label' => html::tag('i', '', ['class' => 'glyphicon glyphicon-user']) . \yii::$app->user->identity->username,
22 22
     'options'=> ['class'=>'dropdown user user-menu'],
23 23
     'items' => [
24 24
         Html::tag('li',
@@ -26,10 +26,10 @@  discard block
 block discarded – undo
26 26
             Html::tag('p',
27 27
                 \yii::$app->user->identity->username .
28 28
                 Html::tag('small', '&nbsp' . Yii::t('adminlte', 'Member Since:') . '&nbsp' . Yii::t('adminlte', '{0, date, MMMM dd, YYYY HH:mm}', \yii::$app->user->identity->created_at))
29
-            ),['class' => 'user-header bg-light']),
29
+            ), ['class' => 'user-header bg-light']),
30 30
         Html::tag('li',
31 31
             Html::tag('div',
32
-                Html::a(Yii::t('adminlte', 'Logout'),['/site/logout'], ['class' => 'btn bg-black', 'data-method'=>'post'])
32
+                Html::a(Yii::t('adminlte', 'Logout'), ['/site/logout'], ['class' => 'btn bg-black', 'data-method'=>'post'])
33 33
                 ,['class' => 'pull-right'])
34 34
             ,['class' => 'user-footer'])
35 35
     ],
Please login to merge, or discard this patch.