From eeef733899dc6acc11d35f8d70d80cb7811a50d1 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 11 Dec 2019 18:17:56 +0100 Subject: [PATCH] wip #3263 @0:10 --- .../views/fields/dropzone_media.blade.php | 562 +++++++++--------- 1 file changed, 282 insertions(+), 280 deletions(-) diff --git a/src/resources/views/fields/dropzone_media.blade.php b/src/resources/views/fields/dropzone_media.blade.php index 9d1a5e2..16c40b7 100644 --- a/src/resources/views/fields/dropzone_media.blade.php +++ b/src/resources/views/fields/dropzone_media.blade.php @@ -1,301 +1,318 @@ -
- {{ $field['label'] }}
- -
-
- Drop files here or click to upload. +?> +@if(isset($entry)) +
+ {{ $field['label'] }}
+ +
+
+ Drop files here or click to upload. +
-
- -{{-- ########################################## --}} -{{-- Extra CSS and JS for this particular field --}} -{{-- If a field type is shown multiple times on a form, the CSS and JS will only be loaded once --}} -@if ($crud->checkIfFieldIsFirstOfItsType($field)) - -