From e2b78cc70723dee91293e5342b75c89e6fba8404 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 30 Mar 2009 20:06:25 +0000 Subject: [PATCH] Add a mouseover tooltip to the delete icon, and add a "login" button to login as that student to see waht the studnet sees --- admin/registration_list.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/admin/registration_list.php b/admin/registration_list.php index b4ce72e..ace62d7 100644 --- a/admin/registration_list.php +++ b/admin/registration_list.php @@ -209,9 +209,18 @@ else $wherestatus=""; echo "$students"; echo ""; if($year==$config['FAIRYEAR']) { - echo "reg_id\" onclick=\"return confirmClick('".i18n("Are you sure you want to completely delete this registration?")."');\">"; + echo "reg_id\" onclick=\"return confirmClick('".i18n("Are you sure you want to completely delete this registration?")."');\">"; echo ""; echo ""; + + echo "
"; + echo ""; + echo "email\">"; + echo "reg_num\">"; + echo ""; + echo "
"; + + } echo ""; echo "";