forked from science-ation/science-ation
Respect page margins on the school access codes report
This commit is contained in:
parent
fe2627faec
commit
2ff20effc2
@ -56,7 +56,7 @@
|
||||
|
||||
$table=array();
|
||||
$table['header']=array(i18n("School"),i18n("City"),i18n("Access Code"),i18n("Reg Pass"),i18n("School Board"));
|
||||
$table['widths']=array( 4.0, 1.5, 1.0, 1.0, 1.0);
|
||||
$table['widths']=array( 3.25, 1.4, 1.1, 0.75, 1.0);
|
||||
$table['dataalign']=array("left","left","left","left","left");
|
||||
|
||||
while($school=mysql_fetch_object($schoolsq))
|
||||
|
Loading…
Reference in New Issue
Block a user