From: Steve Sutton Date: Thu, 18 Dec 2014 20:29:00 +0000 (-0500) Subject: update for row collapse X-Git-Tag: v1.0.1~10 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=06ce9b5a27ec9a0ba8e6cefc20d7230108d087a5;p=WP-Plugins%2Fglm-employment.git update for row collapse --- 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',