From: marina Date: Tue, 3 Jun 2025 12:44:12 +0000 (+0300) Subject: ERP-417 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=5ee13955c6e8633d628ae21a915cc318ce45e377;p=erp24_rep%2Fyii-erp24%2F.git ERP-417 --- diff --git a/erp24/views/write_offs_erp/view.php b/erp24/views/write_offs_erp/view.php index 2bed5097..06e80e7a 100644 --- a/erp24/views/write_offs_erp/view.php +++ b/erp24/views/write_offs_erp/view.php @@ -170,10 +170,10 @@ $this->registerCssFile('/css/write-offs-erp.css', ['position' => \yii\web\View:: 'btn btn-primary']) ?> status === \yii_app\records\WriteOffsErp::STATUS_CREATED) { - echo Html::a('Изменить', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']); + echo Html::a('Изменить', ['update', 'id' => $model->id], ['class' => 'btn btn-primary mx-1']); echo Html::a('Удалить', ['delete', 'id' => $model->id], [ - 'class' => 'btn btn-danger', + 'class' => 'btn btn-danger mx-1', 'data' => [ 'confirm' => 'Вы уверены, что хотите удалить этот документ?', 'method' => 'post', @@ -221,12 +221,11 @@ $this->registerCssFile('/css/write-offs-erp.css', ['position' => \yii\web\View:: } }); } - ", + " ]), [ 'title' => 'Согласовать списания на Ванеева, Народная и Революции могут только Трушина Вера, Горячев Дмитрий, Яшенкова Алена и Емельянова Ольга', - 'data-bs-toggle' => 'tooltip', - 'style' => 'display:inline-block; cursor:not-allowed; background-color: #f0f0f0; color: #000;', + 'style' => 'display:inline-block; cursor: help;', ] );