mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#1059 GSM filter in admin user panel
This commit is contained in:
parent
a5665842ae
commit
aa511fff07
@ -1,4 +1,4 @@
|
||||
<div class="row text-center">
|
||||
<div class="row text-center list-view-type">
|
||||
<div class="col-3">
|
||||
{% if setting_value('visiosoft.module.location::list_page_location') %}
|
||||
<a href="{{ url_route('visiosoft.module.advs::view_type',['map']) }}" class="text-dark">
|
||||
@ -13,7 +13,7 @@
|
||||
<small>{{ trans('visiosoft.module.advs::field.show_list_view.name') }}</small>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<div class="col-3 list-table-view">
|
||||
<a href="{{ url_route('visiosoft.module.advs::view_type',['table']) }}" class="text-dark">
|
||||
<i class="fa fa-table"></i>
|
||||
<small>{{ trans('visiosoft.module.advs::field.show_table_view.name') }}</small>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user