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

View File

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