Author: sohil.shah(a)jboss.com
Date: 2009-01-06 22:43:24 -0500 (Tue, 06 Jan 2009)
New Revision: 12436
Modified:
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/pending_items.jsp
Log:
JBPORTAL-2266 - CMS JBPM Workflow affected by the JBPM Value Serialization Bug
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 2009-01-07
03:32:12 UTC (rev 12435)
+++
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/pending_items.jsp 2009-01-07
03:43:24 UTC (rev 12436)
@@ -99,13 +99,15 @@
{
pendingPreviewContent = "";
}
+ String sDocBase = (String)request.getAttribute("document_base_url");
%>
+
+<%if(sDocBase != null){%>
<%
String pid = request.getParameter("pid");
String path = request.getParameter("path");
- String sDocBase = (String)request.getAttribute("document_base_url");
String sCSSURL = (String)request.getAttribute("css_url");
- contentBeingPreviewed = pid;
+ contentBeingPreviewed = pid;
%>
<!-- tinyMCE -->
<script language="javascript" type="text/javascript"
@@ -179,6 +181,9 @@
</table>
</form>
</div>
+<%}%>
+
+
<br/></br>
Show replies by date