mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#533 [fuardayim-theme] Alibaba design (listing + detail) remove some html files
This commit is contained in:
parent
2feca52ab3
commit
6f504131fa
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user