Move password calculation into general library
[misc/kostenrechnung] / masks / personal.php
index e408b29..f69b862 100644 (file)
@@ -12,21 +12,23 @@ $mask = array(
                              'personal' => array(
                                            'name' => 'Name',
                                            'width' => 130,
+                                           'specs' => "filterUI: 't'",
                                            ),
                              'vorname' => array(
                                            'name' => 'Vorname',
                                            'width' => 130,
+                                           'specs' => "filterUI: 't'",
                                            ),
                              'persstdsatz' => array(
                                            'name' => 'Satz',
                                            'type' => 'number',
-                                           'specs' => "decPlaces: 2, ClassName: 'alignright'",
+                                           'specs' => "decPlaces: 2, ClassName: 'alignright', suffix: ' '",
                                            'width' => 50,
                                            ),
                              'jahresakkord' => array(
                                            'name' => 'Akkord',
                                            'type' => 'number',
-                                           'specs' => "decPlaces: 2, ClassName: 'alignright'",
+                                           'specs' => "decPlaces: 2, ClassName: 'alignright', suffix: ' '",
                                            'width' => 60,
                                            ),
                              'akkordzuschlag' => array(