mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
Merge pull request #955 from openclassify/muammertop
alibaba-theme advs-detail page design
This commit is contained in:
commit
b72d2564fe
@ -38,5 +38,6 @@ return [
|
|||||||
'choose_an_option' => 'Choose an option...',
|
'choose_an_option' => 'Choose an option...',
|
||||||
'abv' => [
|
'abv' => [
|
||||||
'name' => 'Abbreviation',
|
'name' => 'Abbreviation',
|
||||||
]
|
],
|
||||||
|
'location' => 'Location',
|
||||||
];
|
];
|
||||||
|
|||||||
@ -0,0 +1,7 @@
|
|||||||
|
{% set adv = params.adv %}
|
||||||
|
{% if setting_value('visiosoft.module.location::detail_page_location') %}
|
||||||
|
<div class="col-md-12 location-container">
|
||||||
|
<span class="font-weight-bold">{{ trans('visiosoft.module.location::field.location') }}:</span>
|
||||||
|
{{ adv.city_name }}, {{ adv.country_name }}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
Loading…
Reference in New Issue
Block a user