forked from science-ation/science-ation
- Remove the old tour reports from the old report page
This commit is contained in:
parent
5a3d7de0b6
commit
7841190240
@ -166,20 +166,5 @@ while($catr=mysql_fetch_object($catq))
|
||||
echo "<a href=\"reports_acpresentation.php?type=csv\">Award Winners CSV</a> ";
|
||||
echo "<br />";
|
||||
|
||||
if($config['tours_enable'] == 'yes') {
|
||||
echo "<br />";
|
||||
echo "<br />";
|
||||
echo i18n("Available Tours").": ";
|
||||
echo "<a href=\"reports_tours.php?type=csv\">CSV</a> ";
|
||||
echo "<br />";
|
||||
echo i18n("Participant Tour Choices").": ";
|
||||
echo "<a href=\"reports_tour_selection.php?type=csv\">CSV</a> ";
|
||||
echo "<br />";
|
||||
// echo i18n("Tour Volunteers").": ";
|
||||
// echo "<a href=\"reports_tour_volunteers.php?type=csv\">CSV</a> ";
|
||||
// echo "<br />";
|
||||
}
|
||||
|
||||
|
||||
send_footer();
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user