From 174490b752b4aead04ba28db2700f792d87ecb7b Mon Sep 17 00:00:00 2001 From: james Date: Tue, 13 Mar 2007 21:34:24 +0000 Subject: [PATCH] Auto focus on the input box on the input received forms page, so you dont have to click on the box every time before you start typing in the registration number. --- admin/registration_receivedforms.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/admin/registration_receivedforms.php b/admin/registration_receivedforms.php index bab52c66..907c7a8a 100644 --- a/admin/registration_receivedforms.php +++ b/admin/registration_receivedforms.php @@ -242,12 +242,17 @@ echo mysql_Error(); if($showformatbottom) { echo "

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

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