forked from science-ation/science-ation
add some space before the popup footer
change judge info popup size (make it bigger)
This commit is contained in:
parent
dc8fad6320
commit
354ab22d92
@ -57,7 +57,7 @@ function openjudgeinfo(id)
|
||||
else
|
||||
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;
|
||||
|
||||
}
|
||||
|
@ -378,6 +378,8 @@ if($title)
|
||||
function send_popup_footer()
|
||||
{
|
||||
?>
|
||||
<br />
|
||||
<br />
|
||||
<div id="footer">
|
||||
<? print_r($_SESSION); ?>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user