forked from science-ation/science-ation
Change pointers to the stats list
This commit is contained in:
parent
1f138e52ef
commit
e53a7056e9
@ -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 />";
|
||||
|
||||
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user