mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
Merge branch 'dia' of https://github.com/openclassify/openclassify
This commit is contained in:
commit
253193be1a
@ -127,7 +127,7 @@ return [
|
|||||||
'sort' => 'Tipi',
|
'sort' => 'Tipi',
|
||||||
'sort_by' => 'Rendit Sipas',
|
'sort_by' => 'Rendit Sipas',
|
||||||
'pick_option' => 'Zgjidh një mundësi',
|
'pick_option' => 'Zgjidh një mundësi',
|
||||||
'pick_ordering' => 'Merr Porosin',
|
'pick_ordering' => 'Renditje',
|
||||||
'price_high' => 'Cmimi i larte deri tek i uleti',
|
'price_high' => 'Cmimi i larte deri tek i uleti',
|
||||||
'price_low' => 'Cmimi i ulet deri tek i larte',
|
'price_low' => 'Cmimi i ulet deri tek i larte',
|
||||||
'newest' => 'Më të Rejat',
|
'newest' => 'Më të Rejat',
|
||||||
|
|||||||
@ -6,14 +6,13 @@
|
|||||||
<div class="modal-dialog" role="document">
|
<div class="modal-dialog" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h5 class="modal-title">{{ trans('visiosoft.module.advs::field.filter') }}
|
<h5 class="modal-title">{{ trans('visiosoft.module.advs::field.filter') }}</h5>
|
||||||
</h5>
|
|
||||||
<button type="button" class="close" data-dismiss="modal">
|
<button type="button" class="close" data-dismiss="modal">
|
||||||
<span aria-hidden="true">×</span>
|
<span aria-hidden="true">×</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<div class="col-12 border p-2 mb-2 mx-0">
|
<div class="col-12 border p-2 mb-2 mx-0 category-filter-modal">
|
||||||
<label class="w-100">
|
<label class="w-100">
|
||||||
<b>{{ trans('visiosoft.module.advs::button.categories') }}</b>
|
<b>{{ trans('visiosoft.module.advs::button.categories') }}</b>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
@ -154,7 +154,7 @@ class CategoryController extends AdminController
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return $this->view->make('visiosoft.module.cats::cats/admin-cat', compact('formBuilder'));
|
return $this->view->make('visiosoft.module.cats::cats/admin-cat');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function endsWith($string, $test) {
|
public function endsWith($string, $test) {
|
||||||
|
|||||||
@ -77,7 +77,7 @@ return [
|
|||||||
'separator' => ',',
|
'separator' => ',',
|
||||||
'point' => '.',
|
'point' => '.',
|
||||||
'decimals' => 2,
|
'decimals' => 2,
|
||||||
'symbol' => 'L',
|
'symbol' => 'Leke',
|
||||||
],
|
],
|
||||||
'AMD' => [
|
'AMD' => [
|
||||||
'name' => 'Armenian Dram',
|
'name' => 'Armenian Dram',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user