[jboss-cvs] jboss-portal/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins ...

Boleslaw Dawidowicz bdaw at o2.pl
Wed Jul 26 18:03:55 EDT 2006


  User: bdaw    
  Date: 06/07/26 18:03:55

  Modified:    core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins 
                        manager.xhtml
  Log:
  management - adding portal and preview link
  
  Revision  Changes    Path
  1.13      +15 -1     jboss-portal/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/manager.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: manager.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/manager.xhtml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- manager.xhtml	6 Jul 2006 13:35:22 -0000	1.12
  +++ manager.xhtml	26 Jul 2006 22:03:55 -0000	1.13
  @@ -11,6 +11,17 @@
         rendered="#{portalobjectmgr.selectedObject.type==0}">
      <h:outputText style="font-weight:bold;" value="Type: "/>
      <f:verbatim>CONTEXT<br/></f:verbatim>
  +   <h:form id="portal_form">
  +      <h:outputLabel for="name">
  +         <h:outputText value="Portal Name: " style="font-weight:bold;"/>
  +      </h:outputLabel>
  +      <h:inputText id="name" value="#{addPortalAction.portalName}"
  +                   validator="#{addPortalAction.validatePortalName}"
  +                   required="true"/>
  +      <h:messages style="color: red"/>
  +      <br/>
  +      <h:commandButton action="#{addPortalAction.execute}" value="Add portal"/>
  +   </h:form>
   </h:panelGroup>
   
   <!-- Portal tab -->
  @@ -112,7 +123,7 @@
         <br/>
         <h:commandButton action="#{addPageAction.execute}" value="Add page"/>
      </h:form>
  -
  +   <h:outputLink value="#{portalobjectmgr.previewURL}" title="Preview link">Preview link</h:outputLink>
   </h:panelGroup>
   
   <!-- Window tab -->
  @@ -131,6 +142,7 @@
         <br/>
         <h:commandButton value="Change instance"/>
      </h:form>
  +   <h:outputLink value="#{portalobjectmgr.previewURL}" title="Preview link">Preview link</h:outputLink>
   </h:panelGroup>
   <br/>
   <h:panelGroup
  @@ -146,4 +158,6 @@
        </h:commandLink>
      </h:form>
   </h:panelGroup>
  +
  +
   </div>
  
  
  



More information about the jboss-cvs-commits mailing list