- Don't generate PDF table reports for things that should be labels.. generate

"label" reports.
This commit is contained in:
dave 2007-03-26 06:20:43 +00:00
parent efc7ae411d
commit 336ec2f75c

View File

@ -102,7 +102,7 @@ while($catr=mysql_fetch_object($catq))
echo "<br />";
echo i18n("Project Table Labels").": ";
echo "<a href=\"reports_gen.php?id=30&type=pdf\">PDF</a> &nbsp; ";
echo "<a href=\"reports_gen.php?id=30\">PDF</a> &nbsp; ";
//echo "<a href=\"reports_projects_tablelabels.php?type=pdf\">PDF</a> &nbsp; ";
echo "<br />";
@ -110,11 +110,11 @@ while($catr=mysql_fetch_object($catq))
echo "<a href=\"reports_projects_details.php?type=pdf\">PDF</a> &nbsp; ";
echo "<br />";
echo i18n("Nametags").": ";
echo "<a href=\"reports_gen.php?id=26&type=pdf\">Students PDF</a> &nbsp; ";
echo "<a href=\"reports_gen.php?id=26\">Students PDF</a> &nbsp; ";
echo "<a href=\"reports_gen.php?id=26&type=csv\">Students CSV</a> &nbsp; ";
echo "<a href=\"reports_gen.php?id=27&type=pdf\">Judges PDF</a> &nbsp; ";
echo "<a href=\"reports_gen.php?id=27\">Judges PDF</a> &nbsp; ";
echo "<a href=\"reports_gen.php?id=27&type=csv\">Judges CSV</a> &nbsp; ";
echo "<a href=\"reports_gen.php?id=28&type=pdf\">Committee PDF</a> &nbsp; ";
echo "<a href=\"reports_gen.php?id=28\">Committee PDF</a> &nbsp; ";
echo "<a href=\"reports_gen.php?id=28&type=csv\">Committee CSV</a> &nbsp; ";
// echo "<a href=\"reports_nametags_students.php?type=pdf\">Students PDF</a> &nbsp; ";
@ -153,7 +153,7 @@ while($catr=mysql_fetch_object($catq))
echo "<br />";
echo i18n("Project Identification Labels (for judging sheets)").": ";
echo "<a href=\"reports_gen.php?id=29&type=pdf\">PDF</a> &nbsp; ";
echo "<a href=\"reports_gen.php?id=29\">PDF</a> &nbsp; ";
// echo "<a href=\"reports_projects_judgingstickers.php?type=pdf\">PDF</a> &nbsp; ";
echo "<br />";