From 5e4a31c50cad854e912d14da6e75582a389ab653 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 11 Dec 2007 19:44:18 +0000 Subject: [PATCH] Clarify wording "input received signature forms" Remove redundantly redundant header heading --- admin/registration.php | 2 +- admin/registration_receivedforms.php | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/admin/registration.php b/admin/registration.php index b6cc765c..3379efc9 100644 --- a/admin/registration.php +++ b/admin/registration.php @@ -30,7 +30,7 @@ 'Administration' => 'admin/index.php') ); echo "
"; - echo "".i18n("Input Received Forms")."
"; + echo "".i18n("Input Received Signature Forms")."
"; echo "".i18n("Registration List and Statistics")."
"; echo "".i18n("Website Consent")."
"; diff --git a/admin/registration_receivedforms.php b/admin/registration_receivedforms.php index 0d3a5bca..53d0024c 100644 --- a/admin/registration_receivedforms.php +++ b/admin/registration_receivedforms.php @@ -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 "

".i18n("Input Received Form")."

"; echo "
"; echo ""; - echo i18n("Enter the registration number from the form: ")."
"; + echo i18n("Enter the registration number from the signature form: ")."
"; echo ""; echo ""; echo "
";