diff --git a/backend/views/parser/index.php b/backend/views/parser/index.php
index c74f8d6..a447a0b 100755
--- a/backend/views/parser/index.php
+++ b/backend/views/parser/index.php
@@ -12,8 +12,8 @@ if ( $model->mode ) {
$mode = 0;
$button_label = 'Прочитать';
}
-
?>
+
['enctype' => 'multipart/form-data',],'action'=>['parser/results', 'mode' => $mode]]);
diff --git a/frontend/views/goods/index.php b/frontend/views/goods/index.php
index d10489d..bc457fe 100644
--- a/frontend/views/goods/index.php
+++ b/frontend/views/goods/index.php
@@ -1,6 +1,7 @@
[
@@ -17,8 +18,9 @@ $sort = new Sort([
$this->registerCssFile('/css/BC2_catalog_zapchasti.css');
$this->registerJsFile('/js/jquery.tablesorter.min.js');
$this->registerJsFile('/js/goods.js');
+
$this->params['breadcrumbs'][] = $this->title;
-\yii\widgets\Pjax::begin();
+Pjax::begin();
?>
@@ -113,7 +115,6 @@ $this->params['breadcrumbs'][] = $this->title;
= $sort->link('box_or') ?> |
= $sort->link('delivery_or') ?> |
= $sort->link('price_or') ?> |
-
params['breadcrumbs'][] = $this->title;
= $sort->link('box_cross') ?> |
= $sort->link('delivery_cross') ?> |
= $sort->link('price_cross') ?> |
-
params['breadcrumbs'][] = $this->title;
-
+
-
-