mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#928 [fuardayim] Store page
This commit is contained in:
parent
345863aef0
commit
02a6ba615a
@ -9,8 +9,6 @@
|
||||
{% include "visiosoft.module.advs::list/partials/breadcrumb" %}
|
||||
<!-- breadcrumb -->
|
||||
|
||||
{{ addBlock('ads-list/user-section', {'store': store})|raw }}
|
||||
|
||||
<div class="row my-3">
|
||||
<div class="col-md-3">
|
||||
{% include "visiosoft.module.advs::list/partials/list-filter" %}
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<small>{{ trans('visiosoft.module.advs::field.show_table_view.name') }}</small>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<div class="col-3 pr-0">
|
||||
<a href="{{ url_route('visiosoft.module.advs::view_type',['gallery']) }}" class="text-dark">
|
||||
<i class="fas fa-boxes"></i>
|
||||
<small> {{ trans('visiosoft.module.advs::field.gallery') }}</small>
|
||||
|
||||
@ -156,7 +156,7 @@ class CategoryModel extends CatsCategoryEntryModel implements CategoryInterface
|
||||
$categories = array();
|
||||
$z = 1;
|
||||
for ($i = 1; $i <= $z; $i++) {
|
||||
$main = $this->find($id);
|
||||
$main = $this->newQuery()->where('id', $id)->first();
|
||||
$new = array();
|
||||
$new['id'] = $main->id;
|
||||
$new['val'] = $main->name;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user