mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
shipping completed
This commit is contained in:
parent
f33a009b58
commit
e1d1d75bc8
@ -25,12 +25,8 @@
|
||||
{% else %}
|
||||
{% set continueLink = url_route('adv_detail_seo', [adv.slug, adv.id]) %}
|
||||
{% endif %}
|
||||
{% if isActive('shipping') %}
|
||||
<a href="{{ url_route('visiosoft.module.shipping::create_shipping',{'id':adv.id}) }}"
|
||||
class="btn btn-outline-primary shadow-sm mr-4">
|
||||
<i class="fa fa-truck"></i>
|
||||
{{ trans('visiosoft.module.shipping::button.create_shipping_information') }}
|
||||
</a>
|
||||
{% if isActive('shipping') and adv.is_get_adv.getValue() %}
|
||||
{{ addBlock('new-create/preview/actions',{'adv_id':adv.id})|raw }}
|
||||
{% endif %}
|
||||
<a href="{{ url_route('visiosoft.module.advs::edit_adv', [adv.id]) }}"
|
||||
class="btn preview-edit shadow-sm border">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user