change real estate type selection design
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
<form method="POST" id="form-real-estate-type">
|
||||
<div class="row center-align">
|
||||
<ul class="collection with-header">
|
||||
<div class="collection">
|
||||
<% for(const realEstateType of realEstateTypes) { %>
|
||||
<li class="collection-item">
|
||||
<div id="<%= realEstateType.id %>" onclick="saveAndSubmit(this.id)"><%= realEstateType.title %>
|
||||
<a href="#" class="kivi-color secondary-content">
|
||||
<i class="material-icons">send</i>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<a href="#" class="collection-item"
|
||||
id="<%= realEstateType.id %>"
|
||||
onclick="saveAndSubmit(this.id)"
|
||||
>
|
||||
<%= realEstateType.title %>
|
||||
</a>
|
||||
|
||||
<% } %>
|
||||
</ul>
|
||||
</div>
|
||||
<input type="hidden" name="realEstateType" id="realEstateType" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user