From 87df9cfaf1f87cbcd2529163d23c33a86c8915de Mon Sep 17 00:00:00 2001 From: fomichev Date: Mon, 3 Mar 2025 12:21:25 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD?= =?utf8?q?=D0=B8=D0=B5=20=D1=81=D1=81=D1=8B=D0=BB=D0=BE=D0=BA=20=D0=BD?= =?utf8?q?=D0=B0=20=D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0?= =?utf8?q?=D1=86=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/bouquet/index.php | 7 +++++++ erp24/views/category-plan/index.php | 9 +++++++++ erp24/views/city-store-params/index.php | 7 +++++++ 3 files changed, 23 insertions(+) diff --git a/erp24/views/bouquet/index.php b/erp24/views/bouquet/index.php index 1522737a..75200de8 100644 --- a/erp24/views/bouquet/index.php +++ b/erp24/views/bouquet/index.php @@ -16,6 +16,13 @@ $this->title = 'Содержание матрицы'; ?>

title) ?>

+ Yii::$app->request->url] + ), + ['class' => 'ms-3', 'target' => '_blank', 'title' => 'Открыть документацию'] + ) ?> ['class' => 'w-100'], diff --git a/erp24/views/category-plan/index.php b/erp24/views/category-plan/index.php index 7376ad23..6ffae502 100644 --- a/erp24/views/category-plan/index.php +++ b/erp24/views/category-plan/index.php @@ -2,6 +2,7 @@ use yii\helpers\Html; use yii\base\DynamicModel; +use yii\helpers\Url; use yii\widgets\ActiveForm; use yii\helpers\ArrayHelper; @@ -37,6 +38,14 @@ input[readonly] {

План по категориям

+

Yii::$app->request->url] + ), + ['class' => 'ms-3 mb-3 pb-3', 'target' => '_blank', 'title' => 'Открыть документацию'] + ) ?>

+ 'filter-form', diff --git a/erp24/views/city-store-params/index.php b/erp24/views/city-store-params/index.php index 59246957..9b3c5d73 100644 --- a/erp24/views/city-store-params/index.php +++ b/erp24/views/city-store-params/index.php @@ -24,6 +24,13 @@ $this->registerJsFile('/js/city-store-params/city-store-params.js', ['position' ?>

title) ?>

+ Yii::$app->request->url] + ), + ['class' => 'ms-3', 'target' => '_blank', 'title' => 'Открыть документацию'] + ) ?>
-- 2.39.5