46 lines
759 B
PHP
46 lines
759 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'แนบ',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'แนบ :label',
|
|
|
|
'fields' => [
|
|
|
|
'record_id' => [
|
|
'label' => 'รายการ',
|
|
],
|
|
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'attach' => [
|
|
'label' => 'แนบ',
|
|
],
|
|
|
|
'attach_another' => [
|
|
'label' => 'แนบและแนบรายการอื่น',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'attached' => [
|
|
'title' => 'บันทึกเรียบร้อย',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|