Commit 547c06621f5c0c02082e69175fbd5d7464b3bcdc

Authored by Виталий
1 parent 5ca6c0bb

brands txt column

frontend/views/article/_list_item.php
... ... @@ -34,7 +34,7 @@
34 34 }
35 35 ?>
36 36 </div>
37   - <div class="brand-list-desc-txt qqqq">
  37 + <div class="brand-list-desc-txt">
38 38 <?php
39 39 if(!empty($model->lang->body_preview)) {
40 40 echo $model->lang->body_preview;
... ...
frontend/views/filter/_brand_item.php
... ... @@ -37,7 +37,7 @@
37 37 ?>
38 38 </div>
39 39 <div class="col-xs-12 col-sm-6 col-md-5 col-lg-3">
40   - <div class="brand-list-desc-txt qqqqqq">
  40 + <div class="brand-list-desc-txt">
41 41 <?php
42 42 echo $model->lang->description;
43 43 ?>
... ...
frontend/views/layouts/main.php
... ... @@ -126,7 +126,7 @@
126 126 <div class="col-xs-12 col-sm-4 col-md-2">
127 127 <?php
128 128 echo Html::a(Html::img('/images/logo.png'), [ 'site/index' ], [
129   - 'class' => 'logo_ logoqq',
  129 + 'class' => 'logo_',
130 130 ])
131 131 ?>
132 132 </div>
... ...
frontend/views/project/_list_item.php
... ... @@ -37,7 +37,7 @@
37 37 ?>
38 38 </div>
39 39 <!-- <div class="new_article-img">-->
40   - <div class="brand-list-desc-txt qqqqq">
  40 + <div class="brand-list-desc-txt">
41 41 <?php
42 42 echo $model->lang->description_preview?:$model->lang->description;
43 43 ?>
... ...
frontend/views/project/view.php
... ... @@ -34,7 +34,7 @@
34 34 }
35 35 ?>
36 36 </div>
37   - <div class="brand-list-desc-txt qqqqqq">
  37 + <div class="brand-list-desc-txt">
38 38 <?php
39 39 echo $model->lang->description;
40 40 ?>
... ...
frontend/views/search/_search_item.php
... ... @@ -36,7 +36,7 @@
36 36 ]);
37 37 ?>
38 38 </div>
39   - <div class="col-xs-12 col-sm-6 col-md-5 col-lg-3 qqq">
  39 + <div class="col-xs-12 col-sm-6 col-md-5 col-lg-3">
40 40 <div class="brand-list-desc-txt">
41 41 <?php
42 42 echo $model->lang->description;
... ...