From 7c854c0a5c9be80d4e7e3d57fd578ed7da86f4c1 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sat, 19 Nov 2022 10:45:10 +0100 Subject: [PATCH 1/2] Fix restore icon in table view Signed-off-by: Aaron --- resources/views/partials/bootstrap-table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index ef29f8370..6766159be 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -280,7 +280,7 @@ if ((row.available_actions) && (row.available_actions.restore === true)) { actions += '
'; actions += '@csrf'; - actions += ' '; + actions += ' '; } actions +=''; From 27898e660cbda1fb6a1fc0dde05683d39486f4ab Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 22 Nov 2022 08:54:48 -0800 Subject: [PATCH 2/2] =?UTF-8?q?Inherit=20the=20background=20color,=20since?= =?UTF-8?q?=20the=20field=20isn=E2=80=99t=20actually=20technically=20reado?= =?UTF-8?q?nly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: snipe --- resources/views/partials/forms/edit/datepicker.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/forms/edit/datepicker.blade.php b/resources/views/partials/forms/edit/datepicker.blade.php index eab990877..ab5a50107 100644 --- a/resources/views/partials/forms/edit/datepicker.blade.php +++ b/resources/views/partials/forms/edit/datepicker.blade.php @@ -3,7 +3,7 @@ {{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }}
- +
{!! $errors->first($fieldname, '') !!}