From a463b591ccc37a76bd4ddb0cc3db58180664e2a2 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 9 Mar 2011 02:49:41 +0000 Subject: [PATCH] Make participant invite table header clickable to sort --- participant_invite.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/participant_invite.php b/participant_invite.php index db5fb80f..903cf0fc 100644 --- a/participant_invite.php +++ b/participant_invite.php @@ -239,12 +239,15 @@ if( ($_POST['action']=="invitenew" || $_POST['action']=="inviteexisting") && $_P echo "

".i18n("The following participants have been invited from your school")."

\n"; } echo "\n"; + echo ""; echo ""; if($_SESSION['superuser']=="yes") { echo ""; } echo ""; echo "\n"; + echo ""; + echo ""; while($r=mysql_fetch_object($q)) { echo ""; echo " "; @@ -269,6 +272,7 @@ if( ($_POST['action']=="invitenew" || $_POST['action']=="inviteexisting") && $_P echo ""; } + echo ""; echo "
UsernameEmail AddressFirst NameLast NameSchoolActions
$r->username
\n"; send_footer();