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

Christian Bauer christian at hibernate.org
Sat Dec 29 21:33:25 EST 2007


  User: cbauer  
  Date: 07/12/29 21:33:25

  Modified:    examples/wiki/view/themes/sfwkorg/m  template.xhtml
  Log:
  Complete overhaul of the preferences system
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/wiki/view/themes/sfwkorg/m/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/sfwkorg/m/template.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- template.xhtml	19 Dec 2007 04:29:26 -0000	1.2
  +++ template.xhtml	30 Dec 2007 02:33:25 -0000	1.3
  @@ -26,7 +26,7 @@
       <s:div rendered="#{!empty facesMessages.currentGlobalMessages}">
           <ui:repeat var="message" value="#{facesMessages.currentGlobalMessages}">
               <h:panelGrid columns="2" cellpadding="0" cellspacing="0" border="0" columnClasses="messageBoxCell">
  -                <h:graphicImage value="/themes/#{wikiPreferences.themeName}/img/info.gif"
  +                <h:graphicImage value="/themes/#{preferences.get('Wiki').themeName}/img/info.gif"
                                   width="18" height="18"
                                   styleClass="infoImage"/>
                   <h:outputText styleClass="infoMessage" value="#{message.summary}"/>
  
  
  



More information about the jboss-cvs-commits mailing list