From d73ac70e27f88e0af1742b9dbceb42637133c8d7 Mon Sep 17 00:00:00 2001 From: marina Date: Tue, 28 Jan 2025 16:21:06 +0300 Subject: [PATCH] =?utf8?q?ERP-282=20=D0=9D=D1=83=D0=B6=D0=BD=D0=BE=20?= =?utf8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D1=82=D1=8C=20=D0=B8=D0=BD=D1=82?= =?utf8?q?=D0=B5=D1=80=D1=84=D0=B5=D0=B9=D1=81=20=D0=BD=D0=B0=D1=81=D1=82?= =?utf8?q?=D1=80=D0=BE=D0=B9=D0=BA=D0=B8=20=D0=BC=D0=B0=D0=B3=D0=B0=D0=B7?= =?utf8?q?=D0=B8=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/city-store-params/index.php | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/erp24/views/city-store-params/index.php b/erp24/views/city-store-params/index.php index 5d631e8d..9bda0db7 100644 --- a/erp24/views/city-store-params/index.php +++ b/erp24/views/city-store-params/index.php @@ -41,9 +41,11 @@ $this->registerJsFile('/js/city-store-params/city-store-params.js', ['position' ], ]); ?> - 'd-block mt-2 text-decoration-none']); - ?> + 'd-block mt-2 text-decoration-none', + 'target' => '_blank' + ]); ?> +
@@ -63,7 +65,7 @@ $this->registerJsFile('/js/city-store-params/city-store-params.js', ['position' ]); ?> 'd-block mt-2 text-decoration-none']); + Url::to('/store-city-list')], ['class' => 'd-block mt-2 text-decoration-none', 'target' => '_blank']); ?>
@@ -84,7 +86,7 @@ $this->registerJsFile('/js/city-store-params/city-store-params.js', ['position' ]); ?> 'd-block mt-2 text-decoration-none']); + Url::to('/store-city-list')], ['class' => 'd-block mt-2 text-decoration-none', 'target' => '_blank']); ?> @@ -104,7 +106,7 @@ $this->registerJsFile('/js/city-store-params/city-store-params.js', ['position' ], ]); ?> - 'd-block mt-2 text-decoration-none']); ?> + 'd-block mt-2 text-decoration-none', 'target' => '_blank']); ?>
@@ -202,7 +204,7 @@ $this->registerJsFile('/js/city-store-params/city-store-params.js', ['position' 'allowClear' => true, ], ]); ?> - 'd-block mt-2 text-decoration-none']); ?> + 'd-block mt-2 text-decoration-none', 'target' => '_blank']); ?>
@@ -261,7 +263,6 @@ $this->registerJsFile('/js/city-store-params/city-store-params.js', ['position'
- 'd-block mb-5 text-decoration-none']); ?>
registerJsFile('/js/city-store-params/city-store-params.js', ['position'
'fs-6 pt-3 mb-1']); ?> - 'd-block text-decoration-none']); ?> + 'd-block text-decoration-none', 'target' => '_blank']); ?>
-- 2.39.5