Added country flags
This commit is contained in:
parent
7f2b0397fe
commit
ac5245de30
3 changed files with 1010 additions and 1 deletions
1005
shared/css/static/ts/country.scss
Normal file
1005
shared/css/static/ts/country.scss
Normal file
File diff suppressed because it is too large
Load diff
|
@ -2057,7 +2057,10 @@
|
|||
<table class="select_info_table">
|
||||
<tr>
|
||||
<td>{{tr "Name:" /}}</td>
|
||||
<td><node key="client_name"/></td>
|
||||
<td style="display: flex; flex-direction: row">
|
||||
<div style="margin-right: 3px" class="country flag-{{*:(data.property_client_country || 'xx').toLowerCase()}}"></div>
|
||||
<node key="client_name"/>
|
||||
</td>
|
||||
</tr>
|
||||
{{if property_client_description.length > 0}}
|
||||
<tr>
|
||||
|
|
|
@ -631,6 +631,7 @@ const loader_style = {
|
|||
"css/static/ts/tab.css",
|
||||
"css/static/ts/chat.css",
|
||||
"css/static/ts/icons.css",
|
||||
"css/static/ts/country.css",
|
||||
"css/static/general.css",
|
||||
"css/static/modals.css",
|
||||
"css/static/modal-bookmarks.css",
|
||||
|
|
Loading…
Add table
Reference in a new issue