Commit 1f6c97c0159e7405ac64c4e2411fe0ddf1630126
1 parent
14ab9e33
V
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
frontend/views/goods/index.php
... | ... | @@ -123,9 +123,9 @@ $this->params['breadcrumbs'][] = $this->title; |
123 | 123 | <td class="medium_width row_name">Номер детали</td> |
124 | 124 | <td class="large_width row_name">Описание</td> |
125 | 125 | <td class="row_select1 row_name"></td> |
126 | - <td class="right_large row_name">Наличие<img src="/images/icon2.png" class="sort"></td> | |
127 | - <td class="right_small row_name">Срок<img src="/images/icon2.png" class="sort"></td> | |
128 | - <td class="right_medium row_name">Цена<img src="/images/icon2.png" class="sort"></td> | |
126 | + <td class="right_large row_name link_sort arrow_up">Наличие</td> | |
127 | + <td class="right_small row_name link_sort arrow_up">Срок</td> | |
128 | + <td class="right_medium row_name link_sort arrow_up">Цена</td> | |
129 | 129 | |
130 | 130 | </tr> |
131 | 131 | <tr> | ... | ... |