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 @@ ...@@ -46,7 +46,7 @@
<script language="JavaScript" type="text/javascript"> <script language="JavaScript" type="text/javascript">
<!-- // code for window popups <!-- // code for window popups
function helpwin() { 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'); 'helpWindow','width=750,height=550,menubar=yes,location=no,personalbar=no,scrollbars=yes,resize=yes');
newwin.focus(); newwin.focus();
} }
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<tr> <tr>
<td> <td>
<a href="#" onclick="helpwin();return false;" <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; &nbsp;
</td> </td>
<td class="info"> <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