diff --git a/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig b/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig index adffe2240..e2e1353ec 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig @@ -32,4 +32,3 @@ {% endfor %} -{{ advs.links()|raw }} \ No newline at end of file diff --git a/addons/default/visiosoft/advs-module/resources/views/list/table.twig b/addons/default/visiosoft/advs-module/resources/views/list/table.twig index 0b35bcc8c..ae5eefb98 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/table.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/table.twig @@ -4,23 +4,22 @@ - - - - - {% if setting_value('visiosoft.module.location::list_page_location') %} + + - {% endif %} - {{ addBlock('ads-list/table-column',{'seenList':seenList})|raw }} - + class="text-center align-middle">{{ trans('visiosoft.module.advs::field.advs_list_table_thead.price') }} + + {% if setting_value('visiosoft.module.location::list_page_location') %} + + {% endif %} + {{ addBlock('ads-list/table-column',{'seenList':seenList})|raw }} + - {% for adv in advs %} {% endfor %} - - - -
{{ trans('visiosoft.module.advs::field.advs_list_table_thead.name') }}{{ trans('visiosoft.module.advs::field.advs_list_table_thead.price') }}{{ trans('visiosoft.module.advs::field.advs_list_table_thead.publish_at') }}
{{ trans('visiosoft.module.advs::field.advs_list_table_thead.name') }} {{ trans('visiosoft.module.advs::field.advs_list_table_thead.location_city') }} - / {{ trans('visiosoft.module.advs::field.advs_list_table_thead.location_country') }}
{{ trans('visiosoft.module.advs::field.advs_list_table_thead.publish_at') }}{{ trans('visiosoft.module.advs::field.advs_list_table_thead.location_city') }} + / {{ trans('visiosoft.module.advs::field.advs_list_table_thead.location_country') }}
@@ -49,15 +48,10 @@ {{ addBlock('ads-list/table-row',{'seenList':seenList,'adv':adv})|raw }}
- {{ advs.links()|raw }} {% endblock %} {% block customjs %} diff --git a/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig b/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig index 8cfff0fcf..907915612 100644 --- a/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig +++ b/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig @@ -114,7 +114,7 @@ var default_city = "{{ setting_value('visiosoft.module.advs::default_city') }}"; var default_district = "{{ setting_value('visiosoft.module.advs::default_district') }}"; var default_neighborhood = "{{ setting_value('visiosoft.module.advs::default_neighborhood') }}"; - var default_currency = "{{ setting_value('visiosoft.module.advs::default_currency') }}"; + var default_currency = "{{ setting_value('streams::currency') }}"; var default_GET = "{{ setting_value('visiosoft.module.advs::default_GET') }}"; var adv_id = "{{ id }}";