mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
sahibinden gallery update
This commit is contained in:
parent
6c2a6c6d1c
commit
0332cfcb2e
@ -19,14 +19,14 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="product-info-hb d-flex flex-column px-lg-3 px-2 mt-3">
|
||||
<a href="{{ adv.detail_url }}" class="product-name-hb px-lg-3 px-2 text-dark">
|
||||
{{ adv.name }}
|
||||
<a href="{{ adv.detail_url }}" class="product-name-hb text-decoration-none line-clamp text-dark">
|
||||
<h3 class="fs-14 text-uppercase"> {{ adv.name }} </h3>
|
||||
</a>
|
||||
{% if not setting_value('visiosoft.module.advs::hide_ad_cat') %}
|
||||
<a href="{{ adv.detail_url }}" class="product-name-hb px-lg-3 px-2 text-dark">{{ adv.cat1_name }} /{{ adv.cat2_name }}</a>
|
||||
<a href="{{ adv.detail_url }}" class="product-name-hb text-truncate text-decoration-none text-dark">{{ adv.cat1_name }} /{{ adv.cat2_name }}</a>
|
||||
{% endif %}
|
||||
{% if showPrice %}
|
||||
<div class="product-price-hb font-weight-bold px-lg-3 px-2 mt-2 text-dark">
|
||||
<div class="product-price-hb rounded d-flex align-items-center px-lg-3 px-2 mt-2 text-dark">
|
||||
{{ adv.price != '0' ? currency_format(adv.price,adv.currency) : trans('visiosoft.module.advs::field.free') }}
|
||||
</div>
|
||||
{% endif %}
|
||||
@ -39,6 +39,14 @@
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block styles %}
|
||||
<style>
|
||||
{{ asset_inline('visiosoft.theme.base::css/theme.css') }}
|
||||
</style>
|
||||
{{ asset_style('visiosoft.module.advs::css/list.css') }}
|
||||
{{ asset_style('visiosoft.module.advs::css/list-new.scss') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block customjs %}
|
||||
{{ asset_add("scripts.js", "visiosoft.module.advs::js/list-table.js") }}
|
||||
{% include "theme::scroll-modal" %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user