Kosmetik: Filemanagement Web-Templates: Einrückung
[kivitendo-erp.git] / templates / webpages / file / upload_dialog.html
index 2bf48aa..27e8b5f 100644 (file)
@@ -1,29 +1,31 @@
 [%- USE L -%][%- USE LxERP -%][%- USE JavaScript -%]
 
 <form method="post" id="upload_form" enctype="multipart/form-data" action="controller.pl">
 [% SET multiple = 'true' %]
 [% IF SELF.object_type == 'shop_image' %][% multiple = 'false' %][% END %]
+ [% SET multiple = 'true' %]
+ [% IF SELF.object_type == 'shop_image' %][% multiple = 'false' %][% END %]
  <table>
   <tr>
-   <td>[%- LxERP.t8("Filename") %]:</td><td>
-   <input type="file" name="uploadfiles[]" multiple="[% multiple %]" id="upload_files" size="45" accept="[% SELF.accept_types %]" onchange="kivi.File.allow_upload_submit();"></td>
+   <td>[%- LxERP.t8("Filename") %]:</td>
+   <td>
+    <input type="file" name="uploadfiles[]" multiple="[% multiple %]" id="upload_files" size="45" accept="[% SELF.accept_types %]" onchange="kivi.File.allow_upload_submit();">
+   </td>
   </tr>
   [% IF SELF.object_type == 'shop_image' %]
-    <tr>
-      <td>[% LxERP.t8("Title") %]</td>
-      <td>[% L.input_tag("title",'') %]</td>
-    </tr>
-    <tr>
-      <td>[% LxERP.t8("Description") %]</td>
-      <td>[% L.input_tag("description",'') %]</td>
-    </tr>
+   <tr>
+    <td>[% LxERP.t8("Title") %]</td>
+    <td>[% L.input_tag("title",'') %]</td>
+   </tr>
+   <tr>
+    <td>[% LxERP.t8("Description") %]</td>
+    <td>[% L.input_tag("description",'') %]</td>
+   </tr>
   [% END %]
  </table>
 
  <p>
   <input value="[%- LxERP.t8("Upload file") %]" id="upload_selected_button"
          onclick="kivi.File.upload_selected_files([% SELF.object_id %],'[% SELF.object_type %]','[% SELF.file_type %]',[% SELF.maxsize %],[% SELF.is_global %]);"
-         type="button" disabled >
+         type="button" disabled>
   <a href="#" onclick="kivi.File.reset_upload_form();">[%- LxERP.t8("Reset") %]</a>
   <a href="#" onclick="$('#files_upload').dialog('close');">[% LxERP.t8("Cancel") %]</a>
  </p>