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

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Wed Nov 28 03:30:55 EST 2007


Author: chris.laprun at jboss.com
Date: 2007-11-28 03:30:54 -0500 (Wed, 28 Nov 2007)
New Revision: 9152

Modified:
   branches/JBoss_Portal_Branch_2_6/core-wsrp/src/resources/portal-wsrp-admin-war/WEB-INF/jsf/consumers/editConsumer.xhtml
Log:
- Moved location of modify registration button.

Modified: branches/JBoss_Portal_Branch_2_6/core-wsrp/src/resources/portal-wsrp-admin-war/WEB-INF/jsf/consumers/editConsumer.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-wsrp/src/resources/portal-wsrp-admin-war/WEB-INF/jsf/consumers/editConsumer.xhtml	2007-11-28 08:29:42 UTC (rev 9151)
+++ branches/JBoss_Portal_Branch_2_6/core-wsrp/src/resources/portal-wsrp-admin-war/WEB-INF/jsf/consumers/editConsumer.xhtml	2007-11-28 08:30:54 UTC (rev 9152)
@@ -99,6 +99,15 @@
                               </td>
                            </tr>
                         </c:forEach>
+                        <c:if test="#{consumer.registrationModified}">
+                           <tr>
+                              <td colspan="3">
+                                 <h:commandLink action="#{consumer.modifyRegistration}" value="Modify registration"
+                                                title="Modify the registration held with this Producer"
+                                                styleClass="portlet-form-button portlet-section-buttonrow"/>
+                              </td>
+                           </tr>
+                        </c:if>
                      </table>
                   </c:when>
                   <c:otherwise>
@@ -123,15 +132,6 @@
          </td>
       </tr>
    </c:if>
-   <c:if test="#{consumer.registrationModified}">
-      <tr>
-         <td colspan="2">
-            <h:commandLink action="#{consumer.modifyRegistration}" value="Modify registration"
-                           title="Modify the registration held with this Producer"
-                           styleClass="portlet-form-button"/>
-         </td>
-      </tr>
-   </c:if>
 </c:if>
 <tr>
    <th/>




More information about the portal-commits mailing list