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

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


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

  Modified:    examples/wiki/view/themes/default/m  template.xhtml
  Log:
  Complete overhaul of the preferences system
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/examples/wiki/view/themes/default/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/default/m/template.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- template.xhtml	19 Dec 2007 04:29:32 -0000	1.3
  +++ template.xhtml	30 Dec 2007 02:33:26 -0000	1.4
  @@ -30,7 +30,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