ktlili 2005/10/18 13:37:37 CEST
Modified files:
core/src/webapp/jsp/clipbuilder/html/actions browseAction.jsp
Log:
- fix bug: help --> open popup
Revision Changes Path
1.3 +1 -1
jahia/core/src/webapp/jsp/clipbuilder/html/actions/browseAction.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/clipbuilder/html/actions/browseAction.jsp.diff?r1=1.2&r2=1.3&f=h
Index: browseAction.jsp
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/clipbuilder/html/actions/browseAction.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- browseAction.jsp 12 Oct 2005 13:04:34 -0000 1.2
+++ browseAction.jsp 18 Oct 2005 11:37:36 -0000 1.3
@@ -15,7 +15,7 @@
</td>
<!-- Help -->
<td class="boxtitleborder1" width="10%">
- <a
href="popitup('<%=response.encodeURL(request.getContextPath()+"/jsp/clipbuilder/html/help/browseHelp.jsp")%>')">
+ <a
href="javascript:popitup('<%=response.encodeURL(request.getContextPath()+"/jsp/clipbuilder/html/help/browseHelp.jsp")%>')">
<bean:message key="wizard.help"/>
</a>
</td>