Passed
Push — master ( 1340aa...464ef9 )
by WILMER
05:47
created
views/frontend/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/frontend/site/about.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -19,19 +19,19 @@
 block discarded – undo
19 19
 
20 20
 /* @var $this yii\web\View */
21 21
 $this->title = 'About Us';
22
-$this->params['breadcrumbs'][] = Yii::t('adminlte',$this->title);
22
+$this->params['breadcrumbs'][] = Yii::t('adminlte', $this->title);
23 23
 
24 24
 ?>
25 25
 
26
-<?= Html::beginTag('div', ['class' => 'form-box', 'id' => 'site-about','style' => 'min-width: 280px']) ?>
26
+<?= Html::beginTag('div', ['class' => 'form-box', 'id' => 'site-about', 'style' => 'min-width: 280px']) ?>
27 27
     <?= Html::beginTag('div', ['class' => 'header']) ?>
28
-        <?= Html::tag('h3', Html::encode(Yii::t('adminlte',$this->title)), ['class' => 'panel-title-custom']) ?>
28
+        <?= Html::tag('h3', Html::encode(Yii::t('adminlte', $this->title)), ['class' => 'panel-title-custom']) ?>
29 29
     <?= Html::endTag('div') ?>
30 30
     <?= Html::beginTag('div', ['class' => 'body']) ?>
31 31
         <?= Html::tag('p', '') ?>
32 32
         <?= Html::tag('p', Yii::t('adminlte', 'This is the About page. You may modify the following file to customize its content:'), ['style' => '  text-align: justify;']) ?>
33 33
         <?= Html::tag('p', '') ?>
34
-        <?= Html::tag('code',  __FILE__) ?>
34
+        <?= Html::tag('code', __FILE__) ?>
35 35
         <?= Html::tag('p', '') ?>
36 36
     <?= Html::endTag('div') ?>
37 37
 <?= Html::endTag('div') ?>
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\PasswordResetRequestForm */
24 24
 
25 25
 $this->title = 'Request password reset';
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-request-password-reset', '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 fill out your email. A link to reset password will be sent there.'), ['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\SignupForm */
24 24
 
25 25
 $this->title = 'Signup';
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-signup', '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 fill out the following fields.'), ['class' => 'login-box-msg']) ?>
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
@@ -24,13 +24,13 @@
 block discarded – undo
24 24
 /* @var $model \frontend\models\ContactForm */
25 25
 
26 26
 $this->title = 'Contact';
27
-$this->params['breadcrumbs'][] = Yii::t('adminlte',$this->title);
27
+$this->params['breadcrumbs'][] = Yii::t('adminlte', $this->title);
28 28
 
29 29
 ?>
30 30
 
31 31
 <?= Html::beginTag('div', ['class' => 'form-box', 'id' => 'site-contact', 'style' => 'min-width: 280px; width: 45%']) ?>
32 32
     <?= Html::beginTag('div', ['class' => 'header']) ?>
33
-        <?= Html::tag('h3', Html::encode(Yii::t('adminlte',$this->title)), ['class' => 'panel-title-custom']) ?>
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 36
         <?= Html::tag('p', Yii::t('adminlte', 'If you have business inquiries or other questions, please fill out the following form to contact us. Thank you.'), ['style' => '  text-align: justify;']) ?>
Please login to merge, or discard this patch.
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.