Commit 4e8414894728856ccdd4e4c8001b456fc61ad162
1 parent
834eacd7
button classes
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
frontend/views/site/individual.php
... | ... | @@ -247,7 +247,7 @@ |
247 | 247 | ) ?>" class="sqre_btn blue_arrow" |
248 | 248 | alt="<?= $object->lang->object_name ?>"></a> |
249 | 249 | <a href="#" |
250 | - class="btn sqre_btn yellow_calc modaled init-button-сalculate" | |
250 | + class="btn sqre_btn yellow_calc modaled init-button-сalculate press-calculate" | |
251 | 251 | data-title="<?= \Yii::t('app', 'modal1') ?>" |
252 | 252 | data-toggle="modal" data-target="#feedback-modal"></a> |
253 | 253 | </td> | ... | ... |
frontend/views/site/legal.php
... | ... | @@ -93,7 +93,7 @@ $this->registerJs($js, View::POS_END); |
93 | 93 | </div> |
94 | 94 | </div> |
95 | 95 | <div class="col-md-12 col-xs-12 get_station_center"> |
96 | - <a href="#" class="btn button1 modaled init-button-сalculate mini" data-title="<?= Yii::t('app', 'modal3') ?> <?= Yii::t('app', 'modal3_1') ?>" data-toggle="modal" data-target="#feedback-modal"><?= Yii::t('app', 'modal3') ?> <span><?= Yii::t('app', 'modal3_1') ?></span></a> | |
96 | + <a href="#" class="btn button1 modaled init-button-сalculate mini press-calculate" data-title="<?= Yii::t('app', 'modal3') ?> <?= Yii::t('app', 'modal3_1') ?>" data-toggle="modal" data-target="#feedback-modal"><?= Yii::t('app', 'modal3') ?> <span><?= Yii::t('app', 'modal3_1') ?></span></a> | |
97 | 97 | </div> |
98 | 98 | </div> |
99 | 99 | </div> |
... | ... | @@ -145,7 +145,7 @@ $this->registerJs($js, View::POS_END); |
145 | 145 | </div> |
146 | 146 | </div> |
147 | 147 | <div class="col-md-12 col-xs-12 get_station_center"> |
148 | - <a href="#" class="btn button1 modaled init-button-сalculate mini" data-title="<?= Yii::t('app', 'modal3') ?> <?= Yii::t('app', 'modal3_1') ?>" data-toggle="modal" data-target="#feedback-modal"><?= Yii::t('app', 'modal3') ?> <span><?= Yii::t('app', 'modal3_1') ?></span></a> | |
148 | + <a href="#" class="btn button1 modaled init-button-сalculate mini press-calculate" data-title="<?= Yii::t('app', 'modal3') ?> <?= Yii::t('app', 'modal3_1') ?>" data-toggle="modal" data-target="#feedback-modal"><?= Yii::t('app', 'modal3') ?> <span><?= Yii::t('app', 'modal3_1') ?></span></a> | |
149 | 149 | </div> |
150 | 150 | </div> |
151 | 151 | </div> |
... | ... | @@ -223,7 +223,7 @@ $this->registerJs($js, View::POS_END); |
223 | 223 | </div> |
224 | 224 | </div> |
225 | 225 | <div class="col-md-12 col-xs-12 get_station_center"> |
226 | - <a href="#" class="btn button1 modaled init-button-сalculate mini" data-title="<?= Yii::t('app', 'modal3') ?> <?= Yii::t('app', 'modal3_1') ?>" data-toggle="modal" data-target="#feedback-modal"><?= Yii::t('app', 'modal3') ?> <span><?= Yii::t('app', 'modal3_1') ?></span></a> | |
226 | + <a href="#" class="btn button1 modaled init-button-сalculate mini press-calculate" data-title="<?= Yii::t('app', 'modal3') ?> <?= Yii::t('app', 'modal3_1') ?>" data-toggle="modal" data-target="#feedback-modal"><?= Yii::t('app', 'modal3') ?> <span><?= Yii::t('app', 'modal3_1') ?></span></a> | |
227 | 227 | </div> |
228 | 228 | </div> |
229 | 229 | </div> |
... | ... | @@ -412,7 +412,7 @@ $this->registerJs($js, View::POS_END); |
412 | 412 | <p class="text-center"><?= Yii::t('app', 'sect3_21') ?></p> |
413 | 413 | </div> |
414 | 414 | <div class="col-md-12 col-xs-12" style="text-align:center;"> |
415 | - <a href="#" class="btn button1 icon_stat modaled init-button-order" data-title="<?= Yii::t('app', 'modal2') ?>" data-toggle="modal" data-target="#feedback-modal"><?= Yii::t('app', 'modal1_1') ?> <span><?= Yii::t('app', 'modal2_2') ?></span></a> | |
415 | + <a href="#" class="btn button1 icon_stat modaled init-button-order press-order" data-title="<?= Yii::t('app', 'modal2') ?>" data-toggle="modal" data-target="#feedback-modal"><?= Yii::t('app', 'modal1_1') ?> <span><?= Yii::t('app', 'modal2_2') ?></span></a> | |
416 | 416 | </div> |
417 | 417 | </div> |
418 | 418 | </div> | ... | ... |