mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge branch 'master' of https://github.com/openclassify/openclassify
This commit is contained in:
commit
14395b4733
@ -85,8 +85,11 @@ return [
|
||||
'status' => [
|
||||
'name' => 'durum',
|
||||
'option' => [
|
||||
'approved' => 'Onaylandı',
|
||||
'expired' => 'Süresi doldu',
|
||||
'unpublished' => 'Pasif'
|
||||
'unpublished' => 'Pasif',
|
||||
'pending_admin' => 'Yönetici Onay Bekliyor',
|
||||
'pending_user' => 'Kullanıcının Yayınlaması Bekleniyor'
|
||||
]
|
||||
],
|
||||
'pending_adv' => [
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
<div id="dateContainer" class="collapse show overflow-auto" aria-labelledby="dateHeading"
|
||||
data-parent="#filter"
|
||||
style="max-height: 300px;">
|
||||
<div class="row p-3 m-0">
|
||||
<div class="d-flex flex-column p-3 m-0">
|
||||
<div class="form-check py-1">
|
||||
<input class="form-check-input" type="radio" name="date" id="dateDay" value="day">
|
||||
<label class="form-check-label" for="dateDay">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user