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

Christian Bauer christian at hibernate.org
Tue Mar 20 21:24:49 EDT 2007


  User: cbauer  
  Date: 07/03/20 21:24:49

  Modified:    examples/wiki/view/themes/default  template.xhtml
  Log:
  Basic blog directory plugin
  
  Revision  Changes    Path
  1.10      +2 -2      jboss-seam/examples/wiki/view/themes/default/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/template.xhtml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- template.xhtml	20 Mar 2007 18:40:32 -0000	1.9
  +++ template.xhtml	21 Mar 2007 01:24:49 -0000	1.10
  @@ -57,8 +57,8 @@
                                    styleClass="workspaceSwitcherCombobox">
                       <f:selectItems value="#{switcher.selectItems}"/>
                   </h:selectOneMenu>
  -                <h:commandLink action="#{switcher.select}" accesskey="S"
  -                             styleClass="linkNavigation"><u>S</u>witch Workspace</h:commandLink>
  +                <h:commandLink action="#{switcher.select}" accesskey="W"
  +                             styleClass="linkNavigation">Switch <u>W</u>orkspace</h:commandLink>
   
               </h:form><ui:insert name="controlRight"/></div>
       </div>
  
  
  



More information about the jboss-cvs-commits mailing list