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

Christian Bauer christian at hibernate.org
Wed Nov 14 03:12:26 EST 2007


  User: cbauer  
  Date: 07/11/14 03:12:26

  Modified:    examples/wiki/view  docDisplay_d.xhtml
  Log:
  Show document tags by default
  
  Revision  Changes    Path
  1.7       +1 -1      jboss-seam/examples/wiki/view/docDisplay_d.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: docDisplay_d.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/docDisplay_d.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- docDisplay_d.xhtml	9 Nov 2007 15:08:24 -0000	1.6
  +++ docDisplay_d.xhtml	14 Nov 2007 08:12:26 -0000	1.7
  @@ -84,7 +84,7 @@
                                   enablePlugins="true"/>
           </s:div>
   
  -        <s:div rendered="#{documentHome.instance.macroPresent('showTags') and not empty documentHome.instance.tags}"
  +        <s:div rendered="#{wikiPreferences.showTags and not documentHome.instance.macroPresent('hideTags') and not empty documentHome.instance.tags}"
                  styleClass="documentTags undecoratedLink">
               <s:div>
                   #{messages['lacewiki.label.docDisplay.Tags']}:&#160;
  
  
  



More information about the jboss-cvs-commits mailing list