Change pointers to the stats list

This commit is contained in:
dave 2010-01-21 20:33:02 +00:00
parent 1f138e52ef
commit e53a7056e9
2 changed files with 4 additions and 2 deletions

View File

@ -32,7 +32,8 @@
);
echo "<br />";
echo "<a href=\"registration_receivedforms.php\">".i18n("Input Received Signature Forms")."</a> <br />";
echo "<a href=\"registration_list.php\">".i18n("Registration List and Statistics")."</a> <br />";
echo "<a href=\"registration_list.php\">".i18n("Registration List and Student/Project Editor")."</a> <br />";
echo "<a href=\"registration_stats.php\">".i18n("Registration Statistics")."</a> <br />";
echo "<a href=\"registration_webconsent.php\">".i18n("Website Consent")."</a> <br />";

View File

@ -301,7 +301,8 @@ while($r=mysql_fetch_object($q)) {
}
echo "</table>";
echo "The statistics have move here: <a href=\"registrations_stats.php\">Registration Statistics</a>";
echo "<br/><br/>The statistics have moved here: <a href=\"registration_stats.php\">Registration Statistics</a><br/><br/>";
send_footer();