From: Alan Jack Pippin <ajp@pippin.(none)>
Date: Mon, 27 Aug 2007 02:59:38 +0000 (-0600)
Subject: Centered total elders willing to serve data.
X-Git-Tag: release_0_1_0~21
X-Git-Url: http://git.pippins.net/%27%20.%20%24this-%3Ephpgw_js_url%20.%20%27/jscalendar/images/%7Bnolink%7D?a=commitdiff_plain;h=1ed3cf0b101b2828ddecb49a5cca923eedde8e9f;p=eq%2F.git

Centered total elders willing to serve data.
---

diff --git a/inc/class.eq.inc.php b/inc/class.eq.inc.php
index 6a197a2..427e950 100644
--- a/inc/class.eq.inc.php
+++ b/inc/class.eq.inc.php
@@ -1162,7 +1162,7 @@ class eq
 
       $stat_table = '<td><b>Total Willing to Serve</b></td>';
       for ($j=0; $j < count($assignment_list); $j++) {
-	$stat_table .= "<td><b>".$total_willing[$j]."</b></td>";
+	$stat_table .= "<td align=center><b>".$total_willing[$j]."</b></td>";
       }
       $this->t->set_var('stat_table',$stat_table);