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

Boleslaw Dawidowicz bdaw at o2.pl
Fri Jul 28 06:45:17 EDT 2006


  User: bdaw    
  Date: 06/07/28 06:45:17

  Modified:    core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins 
                        manager.xhtml
  Log:
  management- creating new portal adds a default page
  
  Revision  Changes    Path
  1.16      +2 -2      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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- manager.xhtml	28 Jul 2006 07:18:05 -0000	1.15
  +++ manager.xhtml	28 Jul 2006 10:45:17 -0000	1.16
  @@ -134,7 +134,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:outputLink value="#{portalobjectmgr.previewURL}" title="Preview link" target="_blank">Preview link</h:outputLink>
   </h:panelGroup>
   
   <!-- Window tab -->
  @@ -153,7 +153,7 @@
         <br/>
         <h:commandButton value="Change instance"/>
      </h:form>
  -   <h:outputLink value="#{portalobjectmgr.previewURL}" title="Preview link">Preview link</h:outputLink>
  +   <h:outputLink value="#{portalobjectmgr.previewURL}" title="Preview link" target="_blank">Preview link</h:outputLink>
   </h:panelGroup>
   <br/>
   <h:panelGroup
  
  
  



More information about the jboss-cvs-commits mailing list