From 67a9929745e11371a12b169a8b2317eac581961b Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 28 Aug 2024 11:56:54 +0100 Subject: [PATCH 01/11] Opens label new window Signed-off-by: snipe --- resources/views/hardware/view.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/hardware/view.blade.php b/resources/views/hardware/view.blade.php index 3c0847586..2d232df75 100755 --- a/resources/views/hardware/view.blade.php +++ b/resources/views/hardware/view.blade.php @@ -242,6 +242,7 @@ 'method' => 'POST', 'route' => ['hardware/bulkedit'], 'class' => 'form-inline', + 'target'=>'_blank', 'id' => 'bulkForm']) }} From b5a4389815cb133e645cd0efe68a2f14df110202 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 28 Aug 2024 12:38:31 +0100 Subject: [PATCH 02/11] Added badge count, fixed model bulk edit menu Signed-off-by: snipe --- resources/views/depreciations/view.blade.php | 41 +++++++++++++++++--- 1 file changed, 35 insertions(+), 6 deletions(-) diff --git a/resources/views/depreciations/view.blade.php b/resources/views/depreciations/view.blade.php index d075a31e9..c836f8647 100644 --- a/resources/views/depreciations/view.blade.php +++ b/resources/views/depreciations/view.blade.php @@ -30,15 +30,38 @@