#3981 igamkoop requests

This commit is contained in:
muammertop 2021-05-11 12:02:59 +03:00
parent ca0c8c45f8
commit c183a96902
2 changed files with 8 additions and 14 deletions

View File

@ -39,10 +39,8 @@
{% if showLocation %}
<p class="location-data">{{ adv.country_name }} / {{ adv.city_name }}</p>
{% endif %}
{% if setting_value('visiosoft.module.advs::market_place') %}
{% if showDate %}
{% if setting_value('visiosoft.module.advs::market_place') and showDate %}
<p class="date-data">{{ adv.publish_at.value|date('d/m/Y') }}</p>
{% endif %}
{% endif %}
</div>
</div>

View File

@ -18,10 +18,8 @@
/ {{ trans('visiosoft.module.advs::field.district.name') }}
</th>
{% endif %}
{% if setting_value('visiosoft.module.advs::market_place') %}
{% if showDate %}
<th class="text-nowrap">{{ trans('visiosoft.module.advs::field.date.name') }}</th>
{% endif %}
{% if setting_value('visiosoft.module.advs::market_place') and showDate %}
<th class="text-nowrap">{{ trans('visiosoft.module.advs::field.date.name') }}</th>
{% endif %}
<th class="text-nowrap">{{ trans('visiosoft.module.advs::field.price.name') }}</th>
</tr>
@ -64,13 +62,11 @@
<p>{{ adv.city_name }}</p>
</td>
{% endif %}
{% if setting_value('visiosoft.module.advs::market_place') %}
{% if showDate %}
<td class="date-data">
<p>{{ adv.publish_at.value|date('d/m') }}</p>
<p>{{ adv.publish_at.value|date('Y') }}</p>
</td>
{% endif %}
{% if setting_value('visiosoft.module.advs::market_place') and showDate%}
<td class="date-data">
<p>{{ adv.publish_at.value|date('d/m') }}</p>
<p>{{ adv.publish_at.value|date('Y') }}</p>
</td>
{% endif %}
<td class="price-data">
{% if not hideStandard %}