Author: wesleyhales
Date: 2008-06-03 13:55:43 -0400 (Tue, 03 Jun 2008)
New Revision: 10913
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/showPortletDetails.xhtml
Log:
fix form enclosing entire page
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/showPortletDetails.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/showPortletDetails.xhtml 2008-06-03
16:54:16 UTC (rev 10912)
+++
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/showPortletDetails.xhtml 2008-06-03
17:55:43 UTC (rev 10913)
@@ -5,8 +5,9 @@
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich"
xmlns:portal="http://www.jboss.org/portal">
-<h:form>
+
<div class="details-container">
+<h:form>
<div class="full-width details-header">
<div class="main-header">
<br/>
@@ -51,6 +52,7 @@
<br class="clear"/>
</div>
</div>
+</h:form>
<div class="details-body">
<div class="half-width float-left details-left-col">
@@ -125,13 +127,10 @@
<div class="half-width float-right details-right-col">
-
-
<f:subview rendered="#{showDisplayNameEditor}">
<div class="whiteWithLtGreyHeader meta-box">
-
<h3
class="blue">#{bundle.COMMON_ADD_INSTANCE_DISPLAY_NAMES}</h3>
<div class="pad5">
<h:form
style="background-color:transparent;width:100%;margin:0;padding:0;display:inline;">
@@ -233,5 +232,5 @@
<br class="clear"/>
</div>
-</h:form>
+
</div>
\ No newline at end of file