Commit 5d215060 authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

Fix help page link.

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@2678 b35dd754-fafc-0310-a699-88a17e54d16e
parent 9f03d383
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
helpPage = "index.htm"; helpPage = "index.htm";
} }
%> %>
window.open('help/<%= helpPage %>','helpWindow', window.open('/help/<%= helpPage %>','helpWindow',
'width=750,height=550,menubar=yes,location=no,personalbar=no,scrollbars=yes,resize=yes'); 'width=750,height=550,menubar=yes,location=no,personalbar=no,scrollbars=yes,resize=yes');
} }
//--> //-->
...@@ -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="/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