From: marina Date: Tue, 27 May 2025 06:47:46 +0000 (+0300) Subject: ERP-417 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=932e1fbfbbc0a47007cba31b5e0cab00985b1c83;p=erp24_rep%2Fyii-erp24%2F.git ERP-417 --- diff --git a/erp24/views/write_offs_erp/_form.php b/erp24/views/write_offs_erp/_form.php index 775cf2f6..1bf4daa9 100644 --- a/erp24/views/write_offs_erp/_form.php +++ b/erp24/views/write_offs_erp/_form.php @@ -217,6 +217,9 @@ JS 'name' => 'imageFiles', 'title' => 'Фотографии: jpg и png', 'type' => FileInput::className(), + 'headerOptions' => ['style' => 'width: 200px; white-space: nowrap;'], + 'contentOptions' => ['style' => 'max-width: 200px; overflow: hidden; text-overflow: ellipsis;'], + 'options' => [ 'options' => [ 'multiple' => true, @@ -246,6 +249,8 @@ JS 'name' => 'videoFiles', 'title' => 'Видео: mp4, mov, avi', 'type' => FileInput::class, + 'headerOptions' => ['style' => 'width: 200px; white-space: nowrap;'], + 'contentOptions' => ['style' => 'max-width: 200px; overflow: hidden; text-overflow: ellipsis;'], 'options' => [ 'options' => [ 'multiple' => false, @@ -259,7 +264,7 @@ JS 'showUpload' => false, 'browseLabel' => '', 'removeLabel' => '', - 'cancelLabel' => '', + 'cancelLabel' => '', 'browseIcon' => '+', 'removeIcon' => '-', 'cancelIcon' => 'x',