Centered total elders willing to serve data.
[eq/.git] / inc / class.eq.inc.php
index 6a197a22a2b4697bbae99c34839494a809ea94cd..427e95021e2a509bd8f0e9195c980b1611a4dd31 100644 (file)
@@ -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);