mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#3892 Abka.com.tr ihtiyaçlar
This commit is contained in:
parent
c9e4dd1c6d
commit
0a4f6a1440
@ -230,7 +230,7 @@ ul {
|
||||
/* End Map */
|
||||
|
||||
/* Keyword */
|
||||
#keywordFilter {
|
||||
#keywordFilter, .text-filter {
|
||||
input {
|
||||
font-size: calc(14rem / 16);
|
||||
}
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user