From 9a153572004e71f34cd5f716db9b3bda3067162a Mon Sep 17 00:00:00 2001 From: OlenaKl Date: Fri, 18 Dec 2015 16:28:05 +0200 Subject: [PATCH] V --- frontend/views/goods/index.php | 11 ++++++++--- frontend/web/css/main.css | 13 +++++++++++-- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/frontend/views/goods/index.php b/frontend/views/goods/index.php index ceb2eac..c1286b2 100644 --- a/frontend/views/goods/index.php +++ b/frontend/views/goods/index.php @@ -96,9 +96,9 @@ $this->params['breadcrumbs'][] = $this->title; Номер детали Описание - link('box')?> - link('delivery')?> - link('price')?> + link('box')?> + link('delivery')?> + link('price')?> params['breadcrumbs'][] = $this->title; $('.tovar_card').toggleClass('tovar_card_visible'); $('.table').toggleClass('table_height'); }); + $('.link_sort').click(function(){ + event.preventDefault(); + $(this).toggleClass('arrow_downA'); + + })