no javascript: of course
This commit is contained in:
parent
d72c14130f
commit
090535e154
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ class EditPage {
|
||||||
$cancel = $sk->makeKnownLink( $this->mTitle->getPrefixedURL(),
|
$cancel = $sk->makeKnownLink( $this->mTitle->getPrefixedURL(),
|
||||||
wfMsg( "cancel" ) );
|
wfMsg( "cancel" ) );
|
||||||
$edithelpurl = $sk->makeUrl( wfMsg( "edithelppage" ));
|
$edithelpurl = $sk->makeUrl( wfMsg( "edithelppage" ));
|
||||||
$edithelp = '<a onclick="javascript:window.open('.
|
$edithelp = '<a onclick="window.open('.
|
||||||
"'$edithelpurl', 'helpwindow', 'width=610,height=400,left=10,top=10'".'); return false;" href="'.$edithelpurl.'">'.
|
"'$edithelpurl', 'helpwindow', 'width=610,height=400,left=10,top=10'".'); return false;" href="'.$edithelpurl.'">'.
|
||||||
wfMsg( "edithelp" ).'</a>';
|
wfMsg( "edithelp" ).'</a>';
|
||||||
$copywarn = wfMsg( "copyrightwarning", $sk->makeKnownLink(
|
$copywarn = wfMsg( "copyrightwarning", $sk->makeKnownLink(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue