Support option values as strings as well
[misc/kostenrechnung] / masks / sys_mask.php
index eccf8e2..09a9110 100644 (file)
@@ -82,16 +82,17 @@ $mask = array(
                                            'name' => 'Dateiname',
                                            'type' => 'select',
                                            'options' => discover_masks(),
+                                           'options_string' => true,
                                            ),
                              'title' => array(
                                            'name' => 'Beschreibung',
                                            'type' => 'text',
-                                           'size' => 25,
+                                           'size' => 24,
                                            ),
                              'menutitle' => array(
                                            'name' => 'Menüpunkt',
                                            'type' => 'text',
-                                           'size' => 25,
+                                           'size' => 24,
                                            ),
                              'menu' => array(
                                            'name' => 'Menü',