Real estate input clean up.

This commit is contained in:
Naida Vatric
2020-03-09 23:30:37 +01:00
parent 96bc66ef7b
commit 5f674230e1
10 changed files with 182 additions and 186 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,9 @@
</div>
<br>
<div class="col s12">
<% for (const input of additionalBooleanPublishInputs){ %>
<p>
<p class="col s3">
<label class="checkbox-label">
<input type="checkbox" class="filled-in" name="<%= input.dbField %>"
<% if (additionalBooleanPublishValues[input.dbField]) { %>
@@ -27,10 +27,13 @@
</label>
</p>
<% } %>
</div>
<br>
<br>
<br>
<% for (const input of additionalSegmentSelectInputs){ %>
<div>
<br>
<label class="checkbox-label"><%= input.title %>: </label><br><br>
<span class="segmented small">
<% for (const segmentObject of input.values) { %>