Changed dropzone - url WiP.

This commit is contained in:
Naida Vatric
2020-03-11 22:32:10 +01:00
parent 5066c2fa70
commit a7148ba6c3
9 changed files with 179 additions and 174 deletions

View File

@@ -1,7 +1,7 @@
<br>
<div class="row">
<% for (const input of additionalInputInputs){ %>
<div class="input-field col s3 m4 l5">
<div class="input-field col s12">
<textarea
id="<%= input.dbField %>"
form="publishForm"
@@ -15,9 +15,10 @@
</div>
<br>
<div class="row">
<% for (const input of additionalBooleanPublishInputs){ %>
<p>
<p class="col s6 m4 l4">
<label class="checkbox-label">
<input type="checkbox" class="filled-in" name="<%= input.dbField %>"
<% if (additionalBooleanPublishValues[input.dbField]) { %>
@@ -27,7 +28,7 @@
</label>
</p>
<% } %>
</div>
<br>
<% for (const input of additionalSegmentSelectInputs){ %>
<div>