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

Christian Bauer christian at hibernate.org
Sat Aug 25 13:59:24 EDT 2007


  User: cbauer  
  Date: 07/08/25 13:59:24

  Modified:    examples/wiki/view/plugins/dirMenu  plugin.xhtml
  Log:
  Major refactoring of navigation
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/examples/wiki/view/plugins/dirMenu/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/dirMenu/plugin.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- plugin.xhtml	17 Aug 2007 13:00:27 -0000	1.1
  +++ plugin.xhtml	25 Aug 2007 17:59:24 -0000	1.2
  @@ -34,12 +34,12 @@
               <h:outputLink rendered="#{not empty currentDirectory.feed}"
                             value="#{facesContext.externalContext.request.contextPath}/servlets/feeds/atom.seam?feedId=#{currentDirectory.feed.id}">
                   <h:panelGrid columns="2" cellpadding="0" cellspacing="0" border="0">
  -                    <h:graphicImage value="/themes/#{wikiPreferences.themeName}/img/icon.atom.gif" width="18" height="18"/>
  +                    <h:graphicImage value="/themes/#{wikiPreferences.themeName}/img/icon.atom.ongrey.gif" width="18" height="18" alt="Atom"/>
                       <h:outputText styleClass="dirMenuSubscribeLink" value="Subscribe"/>
                   </h:panelGrid>
               </h:outputLink>
   
  -            <h:outputText styleClass="dirMenuTitleText" value="Categories &amp; Entries"/>
  +            <h:outputText styleClass="dirMenuTitleText" value="Menu"/>
   
           </h:panelGrid>
   
  
  
  



More information about the jboss-cvs-commits mailing list