forked from science-ation/science-ation
ebeadd6470
Fix received forms to accept paid/not paid
13 lines
377 B
PHP
13 lines
377 B
PHP
<?
|
|
require("../common.inc.php");
|
|
send_header("Administration - Participant Registration");
|
|
echo "<a href=\"index.php\"><< ".i18n("Back to Administration")."</a><br />";
|
|
echo "<br />";
|
|
echo "<a href=\"registration_receivedforms.php\">View/Input Received Forms</a> <br />";
|
|
echo "<a href=\"registration_list.php\">Registration List</a> <br />";
|
|
|
|
|
|
|
|
send_footer();
|
|
?>
|