[portal-commits] JBoss Portal SVN: r9222 - branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Fri Nov 30 09:59:00 EST 2007


Author: emuckenhuber
Date: 2007-11-30 09:59:00 -0500 (Fri, 30 Nov 2007)
New Revision: 9222

Modified:
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboards.xhtml
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/instances.xhtml
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/portlets.xhtml
Log:
correct spacing for instances, portlets and dashboard

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboards.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboards.xhtml	2007-11-30 14:56:51 UTC (rev 9221)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboards.xhtml	2007-11-30 14:59:00 UTC (rev 9222)
@@ -9,21 +9,27 @@
    <ui:define name="content">
 
       <!--  -->
+      <div class="property-container">
       <ui:include src="common/editProperties.xhtml">
          <ui:param name="properties" value="#{dashboardmgr.selectedProperties}"/>
       </ui:include>
+      </div>
 
       <!--  -->
       <br/>
+      <div class="property-container">
       <ui:include src="common/editPortalErrorHandling.xhtml">
          <ui:param name="properties" value="#{dashboardmgr.controlProperties}"/>
       </ui:include>
+      </div>
 
       <!--  -->
       <br/>
+      <div class="property-container">
       <ui:include src="common/editPageErrorHandling.xhtml">
          <ui:param name="properties" value="#{dashboardmgr.controlProperties}"/>
       </ui:include>
+      </div>
 
       <!-- Separation -->
       <br/>

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/instances.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/instances.xhtml	2007-11-30 14:56:51 UTC (rev 9221)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/instances.xhtml	2007-11-30 14:59:00 UTC (rev 9222)
@@ -15,8 +15,8 @@
       <table id="instancesTable2" class="portlet-def-table datatable">
          <thead class="portlet-section-header">
             <tr>
-               <th>Id</th>
-               <th>Name</th>
+               <th>Instance id</th>
+               <th>Portlet name</th>
                <th>Actions</th>
             </tr>
          </thead>
@@ -114,13 +114,16 @@
       </ul>
    </h:form>
    <br/>
+   <div class="property-container">
    <ui:include src="common/editPreferences.xhtml">
       <ui:param name="prefs" value="#{instancemgr.selectedPrefs}"/>
    </ui:include>
+   <br />
    <h:form>
       <h:commandButton value="Save" action="#{instancemgr.updatePrefs}" styleClass="portlet-form-button"/>
       <h:commandButton value="Cancel" action="#{instancemgr.cancelPrefs}" styleClass="portlet-form-button"/>
    </h:form>
+   </div>
 </c:if>
 
 <c:if test="#{instancemgr.selectedPlugin == 'security'}">
@@ -137,9 +140,11 @@
       </ul>
    </h:form>
    <br/>
+   <div class="property-container">
    <ui:decorate template="/WEB-INF/jsf/common/editSecurity.xhtml">
       <ui:param name="auth" value="#{instancemgr.auth}"/>
    </ui:decorate>
+   </div>
 </c:if>
 
 </ui:define>

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/portlets.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/portlets.xhtml	2007-11-30 14:56:51 UTC (rev 9221)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/portlets.xhtml	2007-11-30 14:59:00 UTC (rev 9222)
@@ -31,7 +31,7 @@
       <table class="portlet-def-table datatable">
          <thead class="portlet-section-header">
             <tr>
-               <th>Name</th>
+               <th>Porlet name</th>
                <th>Description</th>
                <th>Remote</th>
                <th>Remotable</th>
@@ -121,9 +121,11 @@
       </ul>
    </h:form>
    <br/>
+   <div class="property-container">
    <ui:include src="common/editPreferences.xhtml">
       <ui:param name="prefs" value="#{portletmgr.selectedPreferences}"/>
    </ui:include>
+   </div>
 </c:if>
 
 <c:if test="#{portletmgr.selectedPlugin == 'createInstance'}">
@@ -140,14 +142,17 @@
       </ul>
    </h:form>
    <br/>
+   <div class="property-container">
    <h:form id="add_instance_form" styleClass="createObjectForm">
       <span class="portlet-font">Create an instance named: </span>
       <h:inputText id="instanceId" value="#{createInstanceAction.instanceId}" styleClass="portlet-form-input-field"
                    required="true"/>
+      <br />
       <h:commandButton action="#{createInstanceAction.execute}" value="Create instance"
                        styleClass="portlet-form-button"/>
       <h:message for="instanceId" errorClass="portlet-msg-error"/>
    </h:form>
+   </div>
 </c:if>
 
 </ui:define>




More information about the portal-commits mailing list