From cef4acffbafca37196b80fa6ea01350f4af62e68 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 1 Jun 2004 09:36:28 +0000 Subject: [PATCH] show scrollbars in help window --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 5a488fa43a..db910f8587 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -309,7 +309,7 @@ class EditPage { wfMsg( "cancel" ) ); $edithelpurl = $sk->makeUrl( wfMsg( "edithelppage" )); $edithelp = ''. + "'$edithelpurl', 'helpwindow', 'width=610,height=400,left=10,top=10,scrollbars=yes'".'); return false;" href="'.$edithelpurl.'">'. wfMsg( "edithelp" ).''; $copywarn = wfMsg( "copyrightwarning", $sk->makeKnownLink( wfMsg( "copyrightpage" ) ) ); -- 2.20.1