Author: wesleyhales
Date: 2008-03-28 22:47:23 -0400 (Fri, 28 Mar 2008)
New Revision: 10414
Modified:
branches/JBoss_Portal_2_6_4_JBPB/core-admin/src/resources/portal-admin-war/jsf/confirmDeleteInstance.xhtml
branches/JBoss_Portal_2_6_4_JBPB/core/src/main/org/jboss/portal/core/ui/content/portlet/PortletContentEditorPortlet.java
branches/JBoss_Portal_2_6_4_JBPB/core/src/resources/portal-core-war/WEB-INF/jsp/content/portlet_editor.jsp
Log:
admin portlet migration
Modified:
branches/JBoss_Portal_2_6_4_JBPB/core/src/main/org/jboss/portal/core/ui/content/portlet/PortletContentEditorPortlet.java
===================================================================
---
branches/JBoss_Portal_2_6_4_JBPB/core/src/main/org/jboss/portal/core/ui/content/portlet/PortletContentEditorPortlet.java 2008-03-29
02:15:13 UTC (rev 10413)
+++
branches/JBoss_Portal_2_6_4_JBPB/core/src/main/org/jboss/portal/core/ui/content/portlet/PortletContentEditorPortlet.java 2008-03-29
02:47:23 UTC (rev 10414)
@@ -103,7 +103,6 @@
protected void getContent(RenderRequest req, RenderResponse resp, boolean newContent)
throws PortletException, PortletSecurityException, IOException
{
String selectedURI = req.getParameter("content.uri");
- System.out.println("--getContent------------" +
req.getParameter("content.uri"));
//
PortletURL actionURL = resp.createActionURL();
Modified:
branches/JBoss_Portal_2_6_4_JBPB/core/src/resources/portal-core-war/WEB-INF/jsp/content/portlet_editor.jsp
===================================================================
---
branches/JBoss_Portal_2_6_4_JBPB/core/src/resources/portal-core-war/WEB-INF/jsp/content/portlet_editor.jsp 2008-03-29
02:15:13 UTC (rev 10413)
+++
branches/JBoss_Portal_2_6_4_JBPB/core/src/resources/portal-core-war/WEB-INF/jsp/content/portlet_editor.jsp 2008-03-29
02:47:23 UTC (rev 10414)
@@ -142,7 +142,7 @@
<td >
<img src="<%= iconLocation %>" align="middle"
style="margin:0 4px 0 0"/>
<span onmouseover="domTT_activate(this, event, 'content',
document.getElementById('info-container-<%= displayName
%>'),'delay', 0, 'trail', false, 'fade', 'both',
'fadeMax', 95, 'styleClass', 'none');"><a
href="<%= test %>" id="portlet-instance-link"><%=
displayName %></a></span>
- w-<%=test%></td>
+ </td>
</tr>
<%
}
Modified:
branches/JBoss_Portal_2_6_4_JBPB/core-admin/src/resources/portal-admin-war/jsf/confirmDeleteInstance.xhtml
===================================================================
---
branches/JBoss_Portal_2_6_4_JBPB/core-admin/src/resources/portal-admin-war/jsf/confirmDeleteInstance.xhtml 2008-03-29
02:15:13 UTC (rev 10413)
+++
branches/JBoss_Portal_2_6_4_JBPB/core-admin/src/resources/portal-admin-war/jsf/confirmDeleteInstance.xhtml 2008-03-29
02:47:23 UTC (rev 10414)
@@ -24,7 +24,7 @@
<br/>
<div class="portlet-msg">
- <div class="portlet-msg-icon"><h:graphicImage
url="/img/msgIcon_Warning.gif" alt="/!\"/></div>
+ <div class="portlet-msg-icon"><h:graphicImage
url="/img/msgIcon_Warning.gif" alt=""/></div>
<div class="portlet-msg-body">
<h3>Delete <span
class="objectName">#{instancemgr.selectedInstance.id}</span></h3>
Show replies by date