diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-21 16:00:04 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-21 16:00:04 +0000 |
commit | d630bbde99c3102b6fd1af1ce0024e91c5af69bc (patch) | |
tree | e4067a027fd4be954ad51b310aa3afd0ff9b31b6 /phpBB/templates | |
parent | cad29155b83c30b79db08d7edfc7b27f77fe0f42 (diff) | |
download | forums-d630bbde99c3102b6fd1af1ce0024e91c5af69bc.tar forums-d630bbde99c3102b6fd1af1ce0024e91c5af69bc.tar.gz forums-d630bbde99c3102b6fd1af1ce0024e91c5af69bc.tar.bz2 forums-d630bbde99c3102b6fd1af1ce0024e91c5af69bc.tar.xz forums-d630bbde99c3102b6fd1af1ce0024e91c5af69bc.zip |
PM popup and icon are finally in place
git-svn-id: file:///svn/phpbb/trunk@1406 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/overall_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/overall_header.tpl b/phpBB/templates/subSilver/overall_header.tpl index 754e80d656..724c9551c0 100644 --- a/phpBB/templates/subSilver/overall_header.tpl +++ b/phpBB/templates/subSilver/overall_header.tpl @@ -208,7 +208,7 @@ a.copyright:hover { color: #000000; text-decoration: underline;} if( new_pm_flag ) { - window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=200,resizable=yes,WIDTH=400');; + window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');; } //--> </script> |