mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
Merge pull request #393 from openclassify/dia
#1037 the listing style should look like the picture.
This commit is contained in:
commit
0f72a61962
@ -1,4 +1,4 @@
|
|||||||
<div class="row text-center">
|
<div class="row text-center list-view-type">
|
||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
{% if setting_value('visiosoft.module.location::list_page_location') %}
|
{% if setting_value('visiosoft.module.location::list_page_location') %}
|
||||||
<a href="{{ url_route('visiosoft.module.advs::view_type',['map']) }}" class="text-dark">
|
<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>
|
<small>{{ trans('visiosoft.module.advs::field.show_list_view.name') }}</small>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</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">
|
<a href="{{ url_route('visiosoft.module.advs::view_type',['table']) }}" class="text-dark">
|
||||||
<i class="fa fa-table"></i>
|
<i class="fa fa-table"></i>
|
||||||
<small>{{ trans('visiosoft.module.advs::field.show_table_view.name') }}</small>
|
<small>{{ trans('visiosoft.module.advs::field.show_table_view.name') }}</small>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user