mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -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 == "") %}
|
||||
{{ 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 %}
|
||||
{% set map_arr = adv.map_Val|split(',') %}
|
||||
<div id="mapDiv" style="height: 500px; width: 100%;"></div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user