forked from science-ation/science-ation
Adjust the column widths a bit
This commit is contained in:
parent
738aaeb172
commit
1833a63b15
@ -51,7 +51,7 @@
|
|||||||
$table=array();
|
$table=array();
|
||||||
|
|
||||||
$table['header']=array(i18n("Team Num"),i18n("Team Name"),i18n("Captain"),i18n("First Name"),i18n("Last Name"));
|
$table['header']=array(i18n("Team Num"),i18n("Team Name"),i18n("Captain"),i18n("First Name"),i18n("Last Name"));
|
||||||
$table['widths']=array(0.5, 1.5, 0.8, 2.0, 2.0);
|
$table['widths']=array(0.5, 2.5, 0.8, 1.5, 1.5);
|
||||||
$table['dataalign']=array("left","left","center","left","left");
|
$table['dataalign']=array("left","left","center","left","left");
|
||||||
|
|
||||||
foreach($teams AS $team)
|
foreach($teams AS $team)
|
||||||
|
Loading…
Reference in New Issue
Block a user