Author: mputz
Date: 2008-06-16 04:28:59 -0400 (Mon, 16 Jun 2008)
New Revision: 11053
Modified:
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/pending_items.jsp
Log:
JBPORTAL-1993: IE6 javascript error in preview action in the CMS publish/approval
workflow
Modified:
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/pending_items.jsp
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/pending_items.jsp 2008-06-13
23:50:28 UTC (rev 11052)
+++
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/pending_items.jsp 2008-06-16
08:28:59 UTC (rev 11053)
@@ -150,16 +150,16 @@
<portlet:param name="path" value="<%= path %>"/>
</portlet:actionURL>"
- <table>
+ <table width="100%">
<tr>
<!--
<td style="border: 1px solid
#000000;"><%=pendingPreviewContent%></td>
-->
- <form>
+ <td>
<textarea id="elm1" name="elm1" rows="20"
cols="80" style="width: 100%" class="textarea">
<%=pendingPreviewContent%>
</textarea>
- </form>
+ </td>
</tr>
<tr>
<td> </td>