Author: chris.laprun(a)jboss.com
Date: 2008-08-28 19:16:33 -0400 (Thu, 28 Aug 2008)
New Revision: 11766
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/confirm.xhtml
Log:
- Simpler handling of whitespace issue.
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/confirm.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/confirm.xhtml 2008-08-28
23:14:38 UTC (rev 11765)
+++
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/confirm.xhtml 2008-08-28
23:16:33 UTC (rev 11766)
@@ -22,7 +22,7 @@
<div class="portlet-msg">
<div class="portlet-msg-icon"><h:graphicImage
url="/img/msgIcon_Warning.gif" alt="/!\"/></div>
<div class="portlet-msg-body">
- <h3>#{bundle.COMMON_DELETE}  <h:outputText
value="#{portalobjectmgr.selectedObjectType}"/></h3>
+ <h3>#{bundle.COMMON_DELETE}
#{portalobjectmgr.selectedObjectType}</h3>
<p class="portlet-msg-alert">
#{bundle.COMMON_DELETING}
Show replies by date