46 lines
685 B
PHP
46 lines
685 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Koppelen',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => ':Label koppelen',
|
|
|
|
'fields' => [
|
|
|
|
'record_id' => [
|
|
'label' => 'Record',
|
|
],
|
|
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'associate' => [
|
|
'label' => 'Koppelen',
|
|
],
|
|
|
|
'associate_another' => [
|
|
'label' => 'Koppelen & nieuwe koppelen',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'associated' => [
|
|
'title' => 'Gekoppeld',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|