forked from science-ation/science-ation
Clarify wording "input received signature forms"
Remove redundantly redundant header heading
This commit is contained in:
parent
8a1a67f1be
commit
5e4a31c50c
@ -30,7 +30,7 @@
|
|||||||
'Administration' => 'admin/index.php')
|
'Administration' => 'admin/index.php')
|
||||||
);
|
);
|
||||||
echo "<br />";
|
echo "<br />";
|
||||||
echo "<a href=\"registration_receivedforms.php\">".i18n("Input Received Forms")."</a> <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 Statistics")."</a> <br />";
|
||||||
echo "<a href=\"registration_webconsent.php\">".i18n("Website Consent")."</a> <br />";
|
echo "<a href=\"registration_webconsent.php\">".i18n("Website Consent")."</a> <br />";
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
user_auth_required('committee', 'admin');
|
user_auth_required('committee', 'admin');
|
||||||
require("../register_participants.inc.php");
|
require("../register_participants.inc.php");
|
||||||
|
|
||||||
send_header("Received Forms",
|
send_header("Input Received Signature Forms",
|
||||||
array('Committee Main' => 'committee_main.php',
|
array('Committee Main' => 'committee_main.php',
|
||||||
'Administration' => 'admin/index.php',
|
'Administration' => 'admin/index.php',
|
||||||
'Participant Registration' => 'admin/registration.php')
|
'Participant Registration' => 'admin/registration.php')
|
||||||
@ -281,10 +281,9 @@ echo mysql_Error();
|
|||||||
|
|
||||||
if($showformatbottom)
|
if($showformatbottom)
|
||||||
{
|
{
|
||||||
echo "<h3>".i18n("Input Received Form")."</h3>";
|
|
||||||
echo "<form id=\"inputform\" method=\"post\" action=\"registration_receivedforms.php\">";
|
echo "<form id=\"inputform\" method=\"post\" action=\"registration_receivedforms.php\">";
|
||||||
echo "<input type=\"hidden\" name=\"action\" value=\"received\" />";
|
echo "<input type=\"hidden\" name=\"action\" value=\"received\" />";
|
||||||
echo i18n("Enter the registration number from the form: ")."<br />";
|
echo i18n("Enter the registration number from the signature form: ")."<br />";
|
||||||
echo "<input id=\"registration_number\" type=\"text\" size=\"15\" name=\"registration_number\" />";
|
echo "<input id=\"registration_number\" type=\"text\" size=\"15\" name=\"registration_number\" />";
|
||||||
echo "<input type=\"submit\" value=\"".i18n("Lookup Registration Number")."\" />";
|
echo "<input type=\"submit\" value=\"".i18n("Lookup Registration Number")."\" />";
|
||||||
echo "</form>";
|
echo "</form>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user