Commit c4e3a7dc1d8bd1312f64a112b09c3a88dd52eea5

Authored by Виталий
1 parent b8d90e9f

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">
  37 + <div class="brand-list-desc-txt qqqq">
38 38 <?php
39 39 if(!empty($model->lang->body_preview)) {
40 40 echo $model->lang->body_preview;
... ...
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">
  40 + <div class="brand-list-desc-txt qqqqq">
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">
  37 + <div class="brand-list-desc-txt qqqqqq">
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">
  39 + <div class="col-xs-12 col-sm-6 col-md-5 col-lg-3 qqq">
40 40 <div class="brand-list-desc-txt">
41 41 <?php
42 42 echo $model->lang->description;
... ...