dbXapp
2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Toggle main menu visibility
Loading...
Searching...
No Matches
ticket-reply.fd.php
Go to the documentation of this file.
1
<?php
2
3
$field
=array();
4
$field
[
'name'
]=
'status'
;
5
$field
[
'type'
]=
'varchar'
;
6
$field
[
'length'
]=
'24'
;
7
$field
[
'default'
]=
'answered'
;
8
$field
[
'label'
]=
'Neuer Status'
;
9
$field
[
'rules'
]=
'parameter|max=24'
;
10
$field
[
'options'
]=
'open=Offen&in_progress=In Bearbeitung&waiting_customer=Rueckfrage&answered=Beantwortet&closed=Geschlossen'
;
11
$field
[
'tpl'
]=
'select-single-label'
;
12
$fields
[]=
$field
;
13
14
$field
=array();
15
$field
[
'name'
]=
'priority'
;
16
$field
[
'type'
]=
'varchar'
;
17
$field
[
'length'
]=
'16'
;
18
$field
[
'default'
]=
'normal'
;
19
$field
[
'label'
]=
'Prioritaet'
;
20
$field
[
'rules'
]=
'parameter|max=16'
;
21
$field
[
'options'
]=
'low=Niedrig&normal=Normal&high=Hoch&urgent=Dringend'
;
22
$field
[
'tpl'
]=
'select-single-label'
;
23
$fields
[]=
$field
;
24
25
$field
=array();
26
$field
[
'name'
]=
'visibility'
;
27
$field
[
'type'
]=
'varchar'
;
28
$field
[
'length'
]=
'16'
;
29
$field
[
'default'
]=
'public'
;
30
$field
[
'label'
]=
'Nachrichtentyp'
;
31
$field
[
'rules'
]=
'parameter|max=16'
;
32
$field
[
'options'
]=
'public=Antwort an Anfragenden&internal=Interne Notiz'
;
33
$field
[
'tpl'
]=
'select-single-label'
;
34
$fields
[]=
$field
;
35
36
$field
=array();
37
$field
[
'name'
]=
'body'
;
38
$field
[
'type'
]=
'mediumtext'
;
39
$field
[
'length'
]=
'-1'
;
40
$field
[
'default'
]=
''
;
41
$field
[
'label'
]=
'Antwort oder Notiz'
;
42
$field
[
'rules'
]=
'*|min=2|max=10000'
;
43
$field
[
'errormsg'
]=
'Bitte eine Nachricht eintragen.'
;
44
$field
[
'placeholder'
]=
'Antwort an den Anfragenden oder interne Notiz'
;
45
$field
[
'data'
]=
'rows=9'
;
46
$field
[
'tpl'
]=
'textarea-label'
;
47
$fields
[]=
$field
;
48
49
$field
=array();
50
$field
[
'name'
]=
'send_mail'
;
51
$field
[
'type'
]=
'int'
;
52
$field
[
'length'
]=
'1'
;
53
$field
[
'default'
]=
'1'
;
54
$field
[
'label'
]=
'Antwort als E-Mail senden'
;
55
$field
[
'rules'
]=
'int'
;
56
$field
[
'options'
]=
'1=Ja'
;
57
$field
[
'tpl'
]=
'checkbox-label'
;
58
$fields
[]=
$field
;
$fields
$fields[]
Definition
config.dd.php:16
$field
$field
Definition
config.dd.php:4
dbx
modules
dbxContact_admin
fd
ticket-reply.fd.php
Generated by
1.17.0