mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
pick option label added for filter location
This commit is contained in:
parent
16856ffa47
commit
624d26b4ce
@ -28,4 +28,7 @@ return [
|
|||||||
'description' => [
|
'description' => [
|
||||||
'name' => 'Description'
|
'name' => 'Description'
|
||||||
],
|
],
|
||||||
|
'pick_option' => [
|
||||||
|
'name' => 'Pick an option',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
@ -55,7 +55,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
var select_trans = "{{ trans('visiosoft.module.advs::field.pick_option') }}";
|
var select_trans = "{{ trans('visiosoft.module.location::field.pick_option.name') }}";
|
||||||
</script>
|
</script>
|
||||||
{{ asset_add("scripts.js", "visiosoft.module.location::js/filterLocation.js") }}
|
{{ asset_add("scripts.js", "visiosoft.module.location::js/filterLocation.js") }}
|
||||||
{{ asset_add("styles.css", "visiosoft.module.location::css/filterLocation.css") }}
|
{{ asset_add("styles.css", "visiosoft.module.location::css/filterLocation.css") }}
|
||||||
Loading…
Reference in New Issue
Block a user