#3892 Abka.com.tr ihtiyaçlar

This commit is contained in:
Diatrex 2021-04-30 18:16:51 +03:00
parent c9e4dd1c6d
commit 0a4f6a1440
4 changed files with 4 additions and 2 deletions

View File

@ -230,7 +230,7 @@ ul {
/* End Map */
/* Keyword */
#keywordFilter {
#keywordFilter, .text-filter {
input {
font-size: calc(14rem / 16);
}

View File

@ -345,6 +345,7 @@ return [
'ads_with_map' => 'Ads With Map',
'advanced_sorting' => 'Advanced Sorting',
'filter_by_word' => 'Filter by word',
'filter_by' => 'Filter by :name',
'free' => 'Free',
'ad_date' => 'Ad Date',

View File

@ -141,7 +141,7 @@
</div>
<div class="px-3 mb-1">
<div class="d-flex justify-content-around mt-3 range-input-wrapper">
<div class="d-flex justify-content-around mt-3">
<input type="text" class="border-0 shadow-sm rounded px-3 py-1" name="keyword"
value="{{ app.request.get('keyword') }}">
</div>

View File

@ -282,6 +282,7 @@ class AdvsController extends PublicController
$selectImage = $returnvalues['selectImage'];
$ranges = $returnvalues['ranges'];
$radio = $returnvalues['radio'];
$text = $returnvalues['text'];
$cFArray = app('Visiosoft\CustomfieldsModule\CustomField\Contract\CustomFieldRepositoryInterface')
->getCFParamValues($param);