Commit 432d8b3c authored by Amos Latteier's avatar Amos Latteier

Add browser buttons to the help system window. Some folks can't navigate without them.

parent 87967bf4
<div align="right">
<SCRIPT LANGUAGE="JavaScript">
function openHelpWindow(url) {
helpWindow = window.open(url,"zope_help","width=600,height=500,menubar=yes,scrollbars=yes,resizable=yes");
helpWindow = window.open(url,"zope_help","width=600,height=500,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes");
helpWindow.focus();
return false;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment