Revision e0900c89
Von Moritz Bunkus vor etwa 3 Jahren hinzugefügt
SL/Controller/CustomVariableConfig.pm | ||
---|---|---|
25 | 25 |
our %translations = ( |
26 | 26 |
text => t8('Free-form text'), |
27 | 27 |
textfield => t8('Text field'), |
28 |
htmlfield => t8('HTML field'), |
|
28 | 29 |
number => t8('Number'), |
29 | 30 |
date => t8('Date'), |
30 | 31 |
timestamp => t8('Timestamp'), |
... | ... | |
35 | 36 |
part => t8('Part'), |
36 | 37 |
); |
37 | 38 |
|
38 |
our @types = qw(text textfield number date bool select customer vendor part); # timestamp |
|
39 |
our @types = qw(text textfield htmlfield number date bool select customer vendor part); # timestamp
|
|
39 | 40 |
|
40 | 41 |
# |
41 | 42 |
# actions |
Auch abrufbar als: Unified diff
Benutzerdef. Var. als HTML-Feld: allgemeine Infrastruktur