projects
/
eq
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f851dee
)
Centered total elders willing to serve data.
author
Alan Jack Pippin
<ajp@pippin.(none)>
Mon, 27 Aug 2007 02:59:38 +0000
(20:59 -0600)
committer
Alan J. Pippin
<ajp@pippins.net>
Mon, 27 Aug 2007 02:59:38 +0000
(20:59 -0600)
inc/class.eq.inc.php
patch
|
blob
|
history
diff --git
a/inc/class.eq.inc.php
b/inc/class.eq.inc.php
index 6a197a22a2b4697bbae99c34839494a809ea94cd..427e95021e2a509bd8f0e9195c980b1611a4dd31 100644
(file)
--- 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);