mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #332 from openclassify/vedat
main photo show icon && remove list-style for new ad location
This commit is contained in:
commit
0e738c92dc
@ -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>
|
||||
|
||||
@ -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 %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user