add more filters to different tab on filters page; update css
This commit is contained in:
30
app/views/advancedFilters.ejs
Normal file
30
app/views/advancedFilters.ejs
Normal file
@@ -0,0 +1,30 @@
|
||||
<br>
|
||||
|
||||
<p>
|
||||
<label>
|
||||
<input type="checkbox" class="filled-in" />
|
||||
<span>Balkon</span>
|
||||
</label>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<label>
|
||||
<input type="checkbox" class="filled-in" />
|
||||
<span>Novogradnja</span>
|
||||
</label>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<label>
|
||||
<input type="checkbox" class="filled-in" />
|
||||
<span>Lift</span>
|
||||
</label>
|
||||
</p>
|
||||
|
||||
<br>
|
||||
<p class="distinguished">
|
||||
<label>
|
||||
<input type="checkbox" class="filled-in" />
|
||||
<span>Uključi oglase koji nemaju potpune informacije</span>
|
||||
</label>
|
||||
</p>
|
||||
Reference in New Issue
Block a user