]> BookStack Code Mirror - bookstack/blobdiff - resources/views/attachments/manager.blade.php
ExportFormatter: Add book description and check for empty book and chapter descriptio...
[bookstack] / resources / views / attachments / manager.blade.php
index 4eeee24bb850aed44e0064b1bc54b476a17d4d94..6cbfd1aae091eb0491f84266b660b0ccb237931d 100644 (file)
@@ -14,6 +14,7 @@
          option:dropzone:upload-limit-message="{{ trans('errors.server_upload_limit') }}"
          option:dropzone:zone-text="{{ trans('entities.attachments_dropzone') }}"
          option:dropzone:file-accept="*"
+         option:dropzone:allow-multiple="true"
          class="px-l files">
 
         <div refs="attachments@list-container dropzone@drop-target" class="relative">
             </div>
 
         </div>
+    </div>
 
-        <div refs="attachments@links-container" hidden class="link-form-container">
-            @include('attachments.manager-link-form', ['pageId' => $page->id])
-        </div>
+    <div id="link-form-container" refs="attachments@links-container" hidden class="px-l">
+        @include('attachments.manager-link-form', ['pageId' => $page->id])
+    </div>
 
-        <div refs="attachments@edit-container" hidden class="attachment-edit-container"></div>
+    <div id="edit-form-container" refs="attachments@edit-container" hidden class="px-l"></div>
 
-    </div>
 </div>
\ No newline at end of file