From 06ce9b5a27ec9a0ba8e6cefc20d7230108d087a5 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 18 Dec 2014 15:29:00 -0500 Subject: [PATCH] update for row collapse --- config/settings2.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/config/settings2.php b/config/settings2.php index e2c76dd..94226ed 100644 --- a/config/settings2.php +++ b/config/settings2.php @@ -16,7 +16,8 @@ $stateHdr = [ 'type' => 'static', 'label' => 'State', 'grid' => 1, - 'req' => true + 'req' => true, + 'rcoll' => true ]; $licenseHdr = [ 'type' => 'static', @@ -49,7 +50,8 @@ for ($i = 1; $i <= 4; ++$i) { 'name' => 'state' . $i, 'label' => '', 'grid' => 1, - 'req' => $licenseReq + 'req' => $licenseReq, + 'rcoll' => true ]; ${'license'.$i} = [ 'type' => 'text', @@ -143,7 +145,8 @@ $eq_classHdr = [ 'type' => 'static', 'label' => 'Class of Equipment', 'grid' => 3, - 'req' => false + 'req' => false, + 'rcoll' => true ]; $eq_typeHdr = [ 'type' => 'static', @@ -174,7 +177,8 @@ for ($i = 1; $i <= 4; ++$i) { 'type' => 'static', 'label' => '', 'value' => '
'.$titles[$i].'
', - 'grid' => 3 + 'grid' => 3, + 'rcoll' => true ]; ${'eq_type'.$i} = [ 'type' => 'text', -- 2.17.1