Commit 9b8b9f7112c8bd2a876ad04c761795377d15e169
1 parent
83355b32
Form changed 3
Showing
3 changed files
with
7 additions
and
11 deletions
Show diff stats
common/models/Customer.php
frontend/views/layouts/main.php
| ... | ... | @@ -161,7 +161,7 @@ JS; |
| 161 | 161 | } |
| 162 | 162 | else |
| 163 | 163 | {?> |
| 164 | - <a href="#" target="_blank"><?=$category->language->title?></a> | |
| 164 | + <a target="_blank"><?=$category->language->title?></a> | |
| 165 | 165 | |
| 166 | 166 | <?php |
| 167 | 167 | } |
| ... | ... | @@ -204,7 +204,7 @@ JS; |
| 204 | 204 | |
| 205 | 205 | <div class="mobi-menu-primary"> |
| 206 | 206 | <ul class="mobi-menu-primary-ul"> |
| 207 | - <li><a href="#"> | |
| 207 | + <li><a > | |
| 208 | 208 | <?=\Yii::t('app','Main');?> |
| 209 | 209 | </a></li> |
| 210 | 210 | <?php foreach ($pageCategories as $category){ ?> | ... | ... |
frontend/views/site/signup.php
| ... | ... | @@ -101,8 +101,8 @@ $js=$dp->getDatepickerJs(); |
| 101 | 101 | |
| 102 | 102 | </div> |
| 103 | 103 | <div class="col-xs-12 col-sm-12 col-sm-push-1 col-md-push-2"> |
| 104 | - <div class="registr-text"> | |
| 105 | - <b><?php echo \Yii::t('app','Need visa?');?></b> | |
| 104 | + <div class="signup_text1"> | |
| 105 | + <?php echo \Yii::t('app','Need visa?');?> | |
| 106 | 106 | </div> |
| 107 | 107 | |
| 108 | 108 | <div class="input-wr sidebar_checks"> |
| ... | ... | @@ -145,9 +145,7 @@ $js=$dp->getDatepickerJs(); |
| 145 | 145 | |
| 146 | 146 | |
| 147 | 147 | <div class="col-xs-12 col-sm-12 col-sm-push-1 col-md-push-2"> |
| 148 | - <div class="registr-text"> | |
| 149 | - <b><?php echo \Yii::t('app','Special meal');?></b> | |
| 150 | - </div> | |
| 148 | + | |
| 151 | 149 | |
| 152 | 150 | <div class="input-wr"> |
| 153 | 151 | <?php echo $form->field($model, 'special_meal') |
| ... | ... | @@ -156,7 +154,7 @@ $js=$dp->getDatepickerJs(); |
| 156 | 154 | Customer::MEAL_1 => \Yii::t('app', 'Meal1'), |
| 157 | 155 | Customer::MEAL_2 => \Yii::t('app', 'Meal2'), |
| 158 | 156 | Customer::MEAL_3 => \Yii::t('app', 'Meal3'), |
| 159 | - ]); | |
| 157 | + ]) | |
| 160 | 158 | |
| 161 | 159 | ?> |
| 162 | 160 | </div> |
| ... | ... | @@ -178,9 +176,6 @@ $js=$dp->getDatepickerJs(); |
| 178 | 176 | </div> |
| 179 | 177 | |
| 180 | 178 | <div class="col-xs-12 col-sm-12 col-sm-push-1 col-md-push-2"> |
| 181 | - <div class="registr-text"> | |
| 182 | - <b><?php echo \Yii::t('app','Working language');?></b> | |
| 183 | - </div> | |
| 184 | 179 | <div class="input-wr"> |
| 185 | 180 | |
| 186 | 181 | <?php echo $form->field($model, 'working_lang') | ... | ... |