From 7bcd66aba8d66b948c78b1ae3dc830888a4693f0 Mon Sep 17 00:00:00 2001 From: Alan Jack Pippin Date: Wed, 5 Sep 2007 20:33:14 -0600 Subject: [PATCH 1/1] Fixed Elder name column width --- inc/class.eq.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/class.eq.inc.php b/inc/class.eq.inc.php index 427e950..c4e73ef 100644 --- a/inc/class.eq.inc.php +++ b/inc/class.eq.inc.php @@ -1116,7 +1116,7 @@ class eq $i++; } - $elder_width=300; $willing_width=40; $assignment_width=50; + $elder_width=230; $willing_width=40; $assignment_width=50; $total_width=$elder_width+$willing_width; for ($i=0; $i < count($assignment_list); $i++) { -- 2.34.1