From dc8fad63205db6f1405c16ef88ee9cdea95b4de1 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 30 Mar 2005 18:19:31 +0000 Subject: [PATCH] onload popups now get focus --- admin/judges_info.php | 5 ++--- common.inc.php | 9 +++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/admin/judges_info.php b/admin/judges_info.php index 7a83ae4a..583aa0e6 100644 --- a/admin/judges_info.php +++ b/admin/judges_info.php @@ -44,7 +44,7 @@ send_popup_header(i18n("Judge Information - %1 %2",array($judgeinfo->firstname,$judgeinfo->lastname))); - echo "

".i18n("Personal Info")."

"; + echo "

".i18n("Personal Info")."

"; echo "\n"; echo "\n"; @@ -143,10 +143,9 @@ echo "
"; - echo "
"; echo "
"; echo "
"; - echo "

Areas of Expertise

"; + echo "

Areas of Expertise

"; echo ""; //grab the list of divisions, because the last fields of the table will be the sub-divisions diff --git a/common.inc.php b/common.inc.php index 42b1a6f2..91213612 100644 --- a/common.inc.php +++ b/common.inc.php @@ -369,14 +369,19 @@ function send_popup_header($title="") <?=i18n($title)?> - +$title"; +if($title) + echo "

".i18n($title)."

"; } function send_popup_footer() { ?> + +