Added functionality to permenently delete or restore deleted organisations
This commit is contained in:
@@ -18,6 +18,7 @@ return [
|
||||
2 => 'Organisations',
|
||||
|
||||
'PAGE_DESCRIPTION' => 'A listing of the organisations for your site. Provides management tools for editing and deleting organisations.',
|
||||
'DELETED_PAGE_DESCRIPTION' => 'A listing of the deleted organisations for your site. Provides management tools for restoring and permenently deleting organisations.',
|
||||
'INFO_PAGE' => 'Organisation information page for {{name}}',
|
||||
'SUMMARY' => 'Organisation Summary',
|
||||
|
||||
@@ -56,6 +57,13 @@ return [
|
||||
'MANAGE' => 'Manage Organisations',
|
||||
'ASSIGN_NEW' => 'Assign to organisation',
|
||||
|
||||
'RESTORE_DELETED' => 'Restore organisation',
|
||||
'RESTORE_SUCCESSFUL' => 'Successfully restored organistion <strong>{{name}}</strong>',
|
||||
'PERMENENT_DELETE' => 'Permenetly delete organisation',
|
||||
'PERMENENT_DELETE_CONFIRM' => 'Are you sure you want to <strong>permenently</strong> delete the organisation <strong>{{name}}</strong>?',
|
||||
'PERMENENT_DELETE_YES' => 'Yes, permenently delete organisation',
|
||||
'PERMENENT_DELETION_SUCCESSFUL' => 'Successfully permenently deleted organisation <strong>{{name}}</strong>',
|
||||
|
||||
'NAME' => [
|
||||
1 => 'Organisation name',
|
||||
|
||||
@@ -101,4 +109,11 @@ return [
|
||||
'PENDING' => 'Pending',
|
||||
'APPROVE' => 'Approve',
|
||||
'REJECT' => 'Reject',
|
||||
|
||||
'VIEW_DELETED' => 'View deleted',
|
||||
'DELETED' => 'Deleted',
|
||||
|
||||
'RETURN' => 'Return',
|
||||
|
||||
'ACTION_CANNOT_UNDONE' => 'This action cannot be undone!',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user