[jboss-cvs] jboss-seam/examples/wiki/view/plugins/lastModifiedDocuments ...

Christian Bauer christian at hibernate.org
Mon Sep 24 04:23:25 EDT 2007


  User: cbauer  
  Date: 07/09/24 04:23:25

  Modified:    examples/wiki/view/plugins/lastModifiedDocuments 
                        plugin.xhtml
  Log:
  New help system and improved wiki text editor
  
  Revision  Changes    Path
  1.14      +1 -1      jboss-seam/examples/wiki/view/plugins/lastModifiedDocuments/plugin.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/lastModifiedDocuments/plugin.xhtml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- plugin.xhtml	6 Sep 2007 15:54:29 -0000	1.13
  +++ plugin.xhtml	24 Sep 2007 08:23:25 -0000	1.14
  @@ -42,7 +42,7 @@
                   </h:outputText>
               </h:column>
               <h:column>
  -                <h:outputLink value="#{wiki:renderURL(doc)}" styleClass="lastModifiedLink">
  +                <h:outputLink target="_top" value="#{wiki:renderURL(doc)}" styleClass="lastModifiedLink">
                       <h:outputText value="#{wiki:truncateString(doc.name, lastModifiedDocumentsPreferences.properties['documentTitleLength'],'...')}"/>
                   </h:outputLink>
               </h:column>
  
  
  



More information about the jboss-cvs-commits mailing list