Respect page margins on the school access codes report

This commit is contained in:
james 2007-03-04 16:38:45 +00:00
parent fe2627faec
commit 2ff20effc2

View File

@ -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))