ktlili 2005/11/07 18:02:49 CET
Modified files:
core/src/webapp/jsp/clipbuilder/html/actions browseAction.jsp
Log:
- update
Revision Changes Path
1.6 +3 -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.5&r2=1.6&f=h
Index: browseAction.jsp
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/clipbuilder/html/actions/browseAction.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- browseAction.jsp 7 Nov 2005 15:18:53 -0000 1.5
+++ browseAction.jsp 7 Nov 2005 17:02:49 -0000 1.6
@@ -147,7 +147,9 @@
</tr>
</tbody>
</table>
+ <table width="100%">
+ <iframe id="clip_builder"
src="<%=response.encodeURL(request.getContextPath()+"/webBrowser.do")%>"
width="100%" height="375" frameborder="1" scrolling="auto"></iframe>
+ </table>
</html:form>
</table>
<!-- HTML page -->
-<iframe id="clip_builder"
src="<%=response.encodeURL(request.getContextPath()+"/webBrowser.do")%>"
width="100%" height="100%" frameborder="1" scrolling="auto"></iframe>