Hide lfdm, prepare for details box
[misc/kostenrechnung] / masks / geraete.php
1 <?php
2
3 $mask = array(
4               'table' => 'gerate',
5               'title' => 'Informationen zu Geräten',
6               'sort' => 1,
7               'list' => array(
8                               'id' => array(
9                                             'name' => 'ID',
10                                             'visible' => false,
11                                             ),
12                               'geraet' => array(
13                                             'name' => 'Gerät',
14                                             'width' => 150,
15                                             ),
16                               'gerstdsatz' => array(
17                                             'name' => 'Satz',
18                                             'type' => 'number',
19                                             'specs' => "decPlaces: 2, ClassName: 'alignright'",
20                                             'width' => 50,
21                                             ),
22                               'geraetkst_intern' => array(
23                                             'name' => 'intern',
24                                             'type' => 'number',
25                                             'specs' => "decPlaces: 2, ClassName: 'alignright'",
26                                             'width' => 60,
27                                             ),
28                               'geraetkst_extern' => array(
29                                             'name' => 'extern',
30                                             'type' => 'number',
31                                             'specs' => "decPlaces: 2, ClassName: 'alignright'",
32                                             'width' => 60,
33                                             ),
34                               ),
35               'rows' => 20,
36               );
37
38 ?>