Merge pull request #332 from openclassify/vedat

main photo show icon && remove list-style for new ad location
This commit is contained in:
Fatih Alp 2020-02-17 11:17:11 +03:00 committed by GitHub
commit 0e738c92dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{% if setting_value('visiosoft.module.location::create_ad_page_location') %}
<div class="row form-group location-map">
<div class="col-sm-4">
<ul style="padding: 0">
<ul style="padding: 0" class="list-unstyled">
<li class="country-data" data-content="{{ adv['country_id'] }}"
data-default="{{ setting_value('visiosoft.module.location::default_country') }}"
class="location-field country-data">{{ form.fields.country|raw }}</li>

View File

@ -11,6 +11,9 @@
<div class="card-read-more text-center row">
{{ buttons(row.buttons)|raw }}
</div>
{% if loop.index == 1 %}
<div class="main-image image-eye-{{ row.key }}"><i class="fa fa-eye "></i></div>
{% endif %}
</div>
</div>
{% endfor %}