Skip to content

Commit

Permalink
broken xl code temporarily removed
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsystems committed Mar 19, 2007
1 parent fcec56b commit ce1d571
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/report/general_default.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
{php}
if ($GLOBALS['athletic_team']) {
echo "<br/>\n";
echo "<a href='javascript:dopopup(\"players_report.php\")'>{xl t='Team Roster'}</a>\n";
echo "<a href='javascript:dopopup(\"players_report.php\")'>Team Roster</a>\n";
echo "<br/>\n";
echo "<a href='javascript:dopopup(\"absences_report.php\")'>{xl t='Days and Games Missed'}</a>\n";
echo "<a href='javascript:dopopup(\"absences_report.php\")'>Days and Games Missed</a>\n";
echo "<br/>\n";
echo "<a href='javascript:dopopup(\"football_injury_report.php\")'>{xl t='Football Injury Reports'}</a>\n";
echo "<a href='javascript:dopopup(\"football_injury_report.php\")'>Football Injury Reports</a>\n";
echo "<br/>\n";
echo "<a href='javascript:dopopup(\"injury_overview_report.php\")'>{xl t='Injury Overview Report'}</a>\n";
echo "<a href='javascript:dopopup(\"injury_overview_report.php\")'>Injury Overview Report</a>\n";
}
{/php}
<br/>
Expand Down

0 comments on commit ce1d571

Please sign in to comment.