dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
ticket-delete_en.fd.php
Go to the documentation of this file.
1<?php
2$messages = array();
3$messages['save_success'] = 'Data was saved';
4$messages['save_succeass'] = $messages['save_success'];
5$messages['save_error'] = 'Data could not be saved';
6
7
8$field=array();
9$field['name']='confirm_delete';
10$field['type']='int';
11$field['length']='1';
12$field['default']='0';
13$field['label']='Permanently delete the ticket and its complete history';
14$field['rules']='int|min=1';
15$field['errormsg']='Please confirm the permanent deletion.';
16$field['options']='1=Yes';
17$field['tpl']='checkbox-label';
$messages
Definition config.fd.php:2