|
From: Paul S. O. <ps...@us...> - 2001-11-21 16:00:07
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv16947/templates/subSilver
Modified Files:
overall_header.tpl
Log Message:
PM popup and icon are finally in place
Index: overall_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** overall_header.tpl 2001/11/21 15:56:12 1.8
--- overall_header.tpl 2001/11/21 16:00:04 1.9
***************
*** 209,213 ****
if( new_pm_flag )
{
! window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=200,resizable=yes,WIDTH=400');;
}
//-->
--- 209,213 ----
if( new_pm_flag )
{
! window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
|