Clarify wording "input received signature forms"

Remove redundantly redundant header heading
This commit is contained in:
james 2007-12-11 19:44:18 +00:00
parent 8a1a67f1be
commit 5e4a31c50c
2 changed files with 3 additions and 4 deletions

View File

@ -30,7 +30,7 @@
'Administration' => 'admin/index.php')
);
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_webconsent.php\">".i18n("Website Consent")."</a> <br />";

View File

@ -27,7 +27,7 @@
user_auth_required('committee', 'admin');
require("../register_participants.inc.php");
send_header("Received Forms",
send_header("Input Received Signature Forms",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Participant Registration' => 'admin/registration.php')
@ -281,10 +281,9 @@ echo mysql_Error();
if($showformatbottom)
{
echo "<h3>".i18n("Input Received Form")."</h3>";
echo "<form id=\"inputform\" method=\"post\" action=\"registration_receivedforms.php\">";
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 type=\"submit\" value=\"".i18n("Lookup Registration Number")."\" />";
echo "</form>";