[ffl-cvs] old/ffl/php starters.php,NONE,1.4
Status: Inactive
Brought to you by:
rizzo
From: Brad S. <sc...@us...> - 2004-08-06 03:38:03
|
Update of /cvsroot/ffl/old/ffl/php In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13409 Modified Files: Tag: 1.4 starters.php Log Message: Made format of html table wider. Index: starters.php =================================================================== RCS file: /cvsroot/ffl/old/ffl/php/starters.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** starters.php 6 Aug 2004 00:07:26 -0000 1.3 --- starters.php 6 Aug 2004 03:37:52 -0000 1.4 *************** *** 27,31 **** $teams = $thisTeam->getAllActiveFFLTeams(); ?> ! <table border="0" cellpadding="3" cellspacing="0" width="50%"> <tr bgcolor="#cccccc"> <th align="left">Team</th> --- 27,31 ---- $teams = $thisTeam->getAllActiveFFLTeams(); ?> ! <table border="0" cellpadding="3" cellspacing="0" width="75%"> <tr bgcolor="#cccccc"> <th align="left">Team</th> *************** *** 56,60 **** ?> ! <table border="0" cellpadding="3" cellspacing="0" width="50%"><? $teams = $thisTeam->getAllActiveFFLTeams(); --- 56,60 ---- ?> ! <table border="0" cellpadding="3" cellspacing="0" width="75%"><? $teams = $thisTeam->getAllActiveFFLTeams(); |