From: Alexander Smirnov Date: Fri, 27 Dec 2024 11:17:17 +0000 (+0300) Subject: yii_app - нет такого корня в пути от рута X-Git-Tag: 1.7~104^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=759651e7d23e2621007240213fdd46bf731fbafc;p=erp24_rep%2Fyii-erp24%2F.git yii_app - нет такого корня в пути от рута --- diff --git a/erp24/views/cabinet202310/_holiday_table_values.php b/erp24/views/cabinet202310/_holiday_table_values.php index ef5eeff0..4dc8f8af 100755 --- a/erp24/views/cabinet202310/_holiday_table_values.php +++ b/erp24/views/cabinet202310/_holiday_table_values.php @@ -13,8 +13,8 @@ use yii_app\helpers\HtmlHelper; /* @var $personHolidayShiftCount float */ -$this->registerCssFile('/yii_app/css/common/block-info.css'); -$this->registerJsFile('/yii_app/js/common/block-info.js', ['position' => \yii\web\View::POS_END]); +$this->registerCssFile('/css/common/block-info.css'); +$this->registerJsFile('/js/common/block-info.js', ['position' => \yii\web\View::POS_END]); echo '

Блок премирования магазина
за продажу фокусных позиций в мартовские праздники

'; diff --git a/erp24/views/cabinet202310/_table_team_payroll.php b/erp24/views/cabinet202310/_table_team_payroll.php index 2258c113..0a61b14d 100755 --- a/erp24/views/cabinet202310/_table_team_payroll.php +++ b/erp24/views/cabinet202310/_table_team_payroll.php @@ -8,8 +8,8 @@ use yii\helpers\ArrayHelper; -$this->registerCssFile('/yii_app/css/common/block-info.css'); -$this->registerJsFile('/yii_app/js/common/block-info.js', ['position' => \yii\web\View::POS_END]); +$this->registerCssFile('/css/common/block-info.css'); +$this->registerJsFile('/js/common/block-info.js', ['position' => \yii\web\View::POS_END]); if (!empty($adminTeamPayrollTable)) {