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
| @@ -220,6 +220,7 @@ | @@ -220,6 +220,7 @@ | ||
| 220 | 'phone_other' => Yii::t('app', 'Phone other'), | 220 | 'phone_other' => Yii::t('app', 'Phone other'), |
| 221 | 'fax' => Yii::t('app', 'fax'), | 221 | 'fax' => Yii::t('app', 'fax'), |
| 222 | 'acceptance' => Yii::t('app', 'acceptance'), | 222 | 'acceptance' => Yii::t('app', 'acceptance'), |
| 223 | + 'working_lang' => Yii::t('app', 'Working language'), | ||
| 223 | ]; | 224 | ]; |
| 224 | } | 225 | } |
| 225 | 226 |
frontend/views/layouts/main.php
| @@ -161,7 +161,7 @@ JS; | @@ -161,7 +161,7 @@ JS; | ||
| 161 | } | 161 | } |
| 162 | else | 162 | else |
| 163 | {?> | 163 | {?> |
| 164 | - <a href="#" target="_blank"><?=$category->language->title?></a> | 164 | + <a target="_blank"><?=$category->language->title?></a> |
| 165 | 165 | ||
| 166 | <?php | 166 | <?php |
| 167 | } | 167 | } |
| @@ -204,7 +204,7 @@ JS; | @@ -204,7 +204,7 @@ JS; | ||
| 204 | 204 | ||
| 205 | <div class="mobi-menu-primary"> | 205 | <div class="mobi-menu-primary"> |
| 206 | <ul class="mobi-menu-primary-ul"> | 206 | <ul class="mobi-menu-primary-ul"> |
| 207 | - <li><a href="#"> | 207 | + <li><a > |
| 208 | <?=\Yii::t('app','Main');?> | 208 | <?=\Yii::t('app','Main');?> |
| 209 | </a></li> | 209 | </a></li> |
| 210 | <?php foreach ($pageCategories as $category){ ?> | 210 | <?php foreach ($pageCategories as $category){ ?> |
frontend/views/site/signup.php
| @@ -101,8 +101,8 @@ $js=$dp->getDatepickerJs(); | @@ -101,8 +101,8 @@ $js=$dp->getDatepickerJs(); | ||
| 101 | 101 | ||
| 102 | </div> | 102 | </div> |
| 103 | <div class="col-xs-12 col-sm-12 col-sm-push-1 col-md-push-2"> | 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 | </div> | 106 | </div> |
| 107 | 107 | ||
| 108 | <div class="input-wr sidebar_checks"> | 108 | <div class="input-wr sidebar_checks"> |
| @@ -145,9 +145,7 @@ $js=$dp->getDatepickerJs(); | @@ -145,9 +145,7 @@ $js=$dp->getDatepickerJs(); | ||
| 145 | 145 | ||
| 146 | 146 | ||
| 147 | <div class="col-xs-12 col-sm-12 col-sm-push-1 col-md-push-2"> | 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 | <div class="input-wr"> | 150 | <div class="input-wr"> |
| 153 | <?php echo $form->field($model, 'special_meal') | 151 | <?php echo $form->field($model, 'special_meal') |
| @@ -156,7 +154,7 @@ $js=$dp->getDatepickerJs(); | @@ -156,7 +154,7 @@ $js=$dp->getDatepickerJs(); | ||
| 156 | Customer::MEAL_1 => \Yii::t('app', 'Meal1'), | 154 | Customer::MEAL_1 => \Yii::t('app', 'Meal1'), |
| 157 | Customer::MEAL_2 => \Yii::t('app', 'Meal2'), | 155 | Customer::MEAL_2 => \Yii::t('app', 'Meal2'), |
| 158 | Customer::MEAL_3 => \Yii::t('app', 'Meal3'), | 156 | Customer::MEAL_3 => \Yii::t('app', 'Meal3'), |
| 159 | - ]); | 157 | + ]) |
| 160 | 158 | ||
| 161 | ?> | 159 | ?> |
| 162 | </div> | 160 | </div> |
| @@ -178,9 +176,6 @@ $js=$dp->getDatepickerJs(); | @@ -178,9 +176,6 @@ $js=$dp->getDatepickerJs(); | ||
| 178 | </div> | 176 | </div> |
| 179 | 177 | ||
| 180 | <div class="col-xs-12 col-sm-12 col-sm-push-1 col-md-push-2"> | 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 | <div class="input-wr"> | 179 | <div class="input-wr"> |
| 185 | 180 | ||
| 186 | <?php echo $form->field($model, 'working_lang') | 181 | <?php echo $form->field($model, 'working_lang') |