aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-21 16:00:04 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-21 16:00:04 +0000
commitd630bbde99c3102b6fd1af1ce0024e91c5af69bc (patch)
treee4067a027fd4be954ad51b310aa3afd0ff9b31b6 /phpBB/templates
parentcad29155b83c30b79db08d7edfc7b27f77fe0f42 (diff)
downloadforums-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.tpl2
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>