Commit 95d91a79 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fixed help link for plugins (JM-533).

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3326 b35dd754-fafc-0310-a699-88a17e54d16e
parent dc6cc970
......@@ -46,7 +46,7 @@
<script language="JavaScript" type="text/javascript">
<!-- // code for window popups
function helpwin() {
var newwin = window.open('help/index.html#<decorator:getProperty property="meta.helpPage" default=""/>',
var newwin = window.open('<%= path %>/help/index.html#<decorator:getProperty property="meta.helpPage" default=""/>',
'helpWindow','width=750,height=550,menubar=yes,location=no,personalbar=no,scrollbars=yes,resize=yes');
newwin.focus();
}
......@@ -69,7 +69,7 @@
<tr>
<td>
<a href="#" onclick="helpwin();return false;"
><img src="images/header-help.gif" width="24" height="24" border="0" alt="Click for help" hspace="10"></a>
><img src="<%= path %>/images/header-help.gif" width="24" height="24" border="0" alt="Click for help" hspace="10"></a>
&nbsp;
</td>
<td class="info">
......
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