Improve column layout
authorJoey Schulze <joey@infodrom.org>
Wed, 22 Jan 2014 10:17:58 +0000 (11:17 +0100)
committerJoey Schulze <joey@infodrom.org>
Wed, 22 Jan 2014 10:17:58 +0000 (11:17 +0100)
ordersatz.php

index c4bc536..0d8f7e7 100644 (file)
@@ -37,8 +37,7 @@ $mask = array(
                                            ),
                              'erstellt' => array(
                                            'name' => 'Erstellt',
-                                           'width' => 100,
-                                           'specs' => "ClassName: 'alignrightpad'",
+                                           'width' => 85,
                                            ),
                              'name' => array(
                                            'name' => 'Name',
@@ -53,7 +52,7 @@ $mask = array(
                                            ),
                              'datum' => array(
                                            'name' => 'Einkauf am',
-                                           'width' => 100,
+                                           'width' => 130,
                                            'sql' => "datum || ' ' || uhrzeit || ' Uhr'",
                                            ),
                              'link' => array(