mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
add dynamic show for filter location
This commit is contained in:
parent
1c9750e276
commit
6c8c3314d8
@ -1,3 +1,4 @@
|
|||||||
|
{% if setting_value('visiosoft.module.location::list_page_location') %}
|
||||||
<div class="card mb-3">
|
<div class="card mb-3">
|
||||||
<div class="card-header breadcrumb mb-0" id="locationHeading">
|
<div class="card-header breadcrumb mb-0" id="locationHeading">
|
||||||
<h5 class="mb-0">
|
<h5 class="mb-0">
|
||||||
@ -58,4 +59,5 @@
|
|||||||
var select_trans = "{{ trans('visiosoft.module.location::field.pick_option.name') }}";
|
var select_trans = "{{ trans('visiosoft.module.location::field.pick_option.name') }}";
|
||||||
</script>
|
</script>
|
||||||
{{ asset_add("scripts.js", "visiosoft.module.location::js/filterLocation.js") }}
|
{{ asset_add("scripts.js", "visiosoft.module.location::js/filterLocation.js") }}
|
||||||
{{ asset_add("styles.css", "visiosoft.module.location::css/filterLocation.css") }}
|
{{ asset_add("styles.css", "visiosoft.module.location::css/filterLocation.css") }}
|
||||||
|
{% endif %}
|
||||||
Loading…
Reference in New Issue
Block a user