#533 [fuardayim-theme] Alibaba design (listing + detail) remove some html files

This commit is contained in:
Diatrex 2020-01-10 18:16:58 +03:00
parent 2feca52ab3
commit 6f504131fa
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{% set adv = params.adv %}
{% if setting_value('visiosoft.module.location::detail_page_location') %}
<div class="col-md-12 m-2">
<div class="col-md-12 m-2 location-container">
<i class="fas fa-location-arrow text-primary"></i>
{{ adv.city_name }}, {{ adv.country_name }}
</div>

View File

@ -1,6 +1,6 @@
{% set profile = findUserProfile(params.adv.created_by_id) %}
{% if profile.gsm_phone is not null %}
<div class="col-md-12 m-2">
<div class="col-md-12 m-2 number-container">
<button class="btn btn-secondary w-100">
<i class="fas fa-mobile hide-number text-warning"></i>
<span class="hide-number">{{ profile.gsm_phone }}</span>
@ -8,7 +8,7 @@
</div>
{% endif %}
{% if profile.office_phone is not empty %}
<div class="col-md-12 m-2">
<div class="col-md-12 m-2 number-container">
<button class="btn btn-secondary w-100">
<i class="fas fa-headset hide-number text-warning"></i>
<span class="hide-number">{{ profile.office_phone }}</span>
@ -16,7 +16,7 @@
</div>
{% endif %}
{% if profile.land_phone is not empty %}
<div class="col-md-12 m-2">
<div class="col-md-12 m-2 number-container">
<button class="btn btn-secondary w-100">
<i class="fa fa-phone-square hide-number text-warning"></i>
<span class="hide-number">{{ profile.land_phone }}</span>