add some space before the popup footer

change judge info popup size (make it bigger)
This commit is contained in:
james 2005-03-30 18:21:48 +00:00
parent dc8fad6320
commit 354ab22d92
2 changed files with 3 additions and 1 deletions

View File

@ -57,7 +57,7 @@ function openjudgeinfo(id)
else else
currentid=document.forms.judges["judgelist[]"].options[document.forms.judges["judgelist[]"].selectedIndex].value; currentid=document.forms.judges["judgelist[]"].options[document.forms.judges["judgelist[]"].selectedIndex].value;
window.open("judges_info.php?id="+currentid,"JudgeInfo","location=no,menubar=no,directories=no,toolbar=no,width=600,height=400"); window.open("judges_info.php?id="+currentid,"JudgeInfo","location=no,menubar=no,directories=no,toolbar=no,width=770,height=500");
return false; return false;
} }

View File

@ -378,6 +378,8 @@ if($title)
function send_popup_footer() function send_popup_footer()
{ {
?> ?>
<br />
<br />
<div id="footer"> <div id="footer">
<? print_r($_SESSION); ?> <? print_r($_SESSION); ?>
</div> </div>