mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
Merge pull request #1235 from openclassify/4879
#4879 maps location screen
This commit is contained in:
commit
a48151e290
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@ -1,5 +1,8 @@
|
|||||||
{% if(adv.map_Val == "") %}
|
{% if(adv.map_Val == "") %}
|
||||||
{{ trans('visiosoft.module.advs::field.no_location') }}
|
<div class="d-flex flex-column justify-content-center text-center bg-white h-100">
|
||||||
|
{{ img('visiosoft.module.advs::images/emptystate.jpg') }}
|
||||||
|
{{ trans('visiosoft.module.advs::field.no_location') }}
|
||||||
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set map_arr = adv.map_Val|split(',') %}
|
{% set map_arr = adv.map_Val|split(',') %}
|
||||||
<div id="mapDiv" style="height: 500px; width: 100%;"></div>
|
<div id="mapDiv" style="height: 500px; width: 100%;"></div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user