forked from science-ation/science-ation
- Don't generate PDF table reports for things that should be labels.. generate
"label" reports.
This commit is contained in:
parent
efc7ae411d
commit
336ec2f75c
@ -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> ";
|
||||
echo "<a href=\"reports_gen.php?id=30\">PDF</a> ";
|
||||
//echo "<a href=\"reports_projects_tablelabels.php?type=pdf\">PDF</a> ";
|
||||
echo "<br />";
|
||||
|
||||
@ -110,11 +110,11 @@ while($catr=mysql_fetch_object($catq))
|
||||
echo "<a href=\"reports_projects_details.php?type=pdf\">PDF</a> ";
|
||||
echo "<br />";
|
||||
echo i18n("Nametags").": ";
|
||||
echo "<a href=\"reports_gen.php?id=26&type=pdf\">Students PDF</a> ";
|
||||
echo "<a href=\"reports_gen.php?id=26\">Students PDF</a> ";
|
||||
echo "<a href=\"reports_gen.php?id=26&type=csv\">Students CSV</a> ";
|
||||
echo "<a href=\"reports_gen.php?id=27&type=pdf\">Judges PDF</a> ";
|
||||
echo "<a href=\"reports_gen.php?id=27\">Judges PDF</a> ";
|
||||
echo "<a href=\"reports_gen.php?id=27&type=csv\">Judges CSV</a> ";
|
||||
echo "<a href=\"reports_gen.php?id=28&type=pdf\">Committee PDF</a> ";
|
||||
echo "<a href=\"reports_gen.php?id=28\">Committee PDF</a> ";
|
||||
echo "<a href=\"reports_gen.php?id=28&type=csv\">Committee CSV</a> ";
|
||||
|
||||
// echo "<a href=\"reports_nametags_students.php?type=pdf\">Students PDF</a> ";
|
||||
@ -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> ";
|
||||
echo "<a href=\"reports_gen.php?id=29\">PDF</a> ";
|
||||
// echo "<a href=\"reports_projects_judgingstickers.php?type=pdf\">PDF</a> ";
|
||||
echo "<br />";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user