From: Gabriel Wicke Date: Tue, 1 Jun 2004 09:36:28 +0000 (+0000) Subject: show scrollbars in help window X-Git-Tag: 1.5.0alpha1~3098 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=cef4acffbafca37196b80fa6ea01350f4af62e68;p=lhc%2Fweb%2Fwiklou.git show scrollbars in help window --- 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" ) ) );