From 27a99071edd0673a4380e78ee41a164e9eb3f88f Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Tue, 17 Jan 2012 23:52:12 +0100 Subject: [PATCH] Widen columns --- ordersatz.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ordersatz.php b/ordersatz.php index 5213d68..132490d 100644 --- a/ordersatz.php +++ b/ordersatz.php @@ -37,12 +37,12 @@ $mask = array( ), 'erstellt' => array( 'name' => 'Erstellt', - 'width' => 70, + 'width' => 100, 'specs' => "ClassName: 'alignrightpad'", ), 'name' => array( 'name' => 'Name', - 'width' => 250, + 'width' => 290, 'specs' => "filterUI: 't'", ), 'koch' => array( @@ -53,7 +53,7 @@ $mask = array( ), 'datum' => array( 'name' => 'Einkauf am', - 'width' => 110, + 'width' => 100, 'sql' => "datum || ' ' || uhrzeit || ' Uhr'", ), 'link' => array( -- 2.20.1