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

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


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

  Modified:    examples/wiki/view/plugins/forumPosting  
                        forumPostingHeader.xhtml plugin.xhtml
  Log:
  Complete overhaul of the preferences system
  
  Revision  Changes    Path
  1.3       +2 -2      jboss-seam/examples/wiki/view/plugins/forumPosting/forumPostingHeader.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: forumPostingHeader.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/forumPosting/forumPostingHeader.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- forumPostingHeader.xhtml	19 Dec 2007 13:33:37 -0000	1.2
  +++ forumPostingHeader.xhtml	30 Dec 2007 02:33:29 -0000	1.3
  @@ -61,9 +61,9 @@
                   <s:div>
                       <s:span styleClass="commentDate">
                           <h:outputText value="#{currentDocument.createdOn}">
  -                            <f:convertDateTime pattern="dd. MMM yyyy, HH:mm" timeZone="#{wikiPreferences.timeZone}"/>
  +                            <f:convertDateTime pattern="dd. MMM yyyy, HH:mm" timeZone="#{preferences.get('Wiki').timeZone}"/>
                           </h:outputText>
  -                        <h:outputText value="&#160;#{wikiPreferences.timeZone}"/>
  +                        <h:outputText value="&#160;#{preferences.get('Wiki').timeZone}"/>
                       </s:span>
                       <h:outputText value="&#160;|&#160;"/>
                       <s:span styleClass="commentLink undecoratedLink">
  
  
  
  1.4       +1 -1      jboss-seam/examples/wiki/view/plugins/forumPosting/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/forumPosting/plugin.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- plugin.xhtml	19 Dec 2007 04:29:30 -0000	1.3
  +++ plugin.xhtml	30 Dec 2007 02:33:29 -0000	1.4
  @@ -10,7 +10,7 @@
   
       <ui:decorate template="forumPostingHeader.xhtml">
           <ui:define name="subjectIcon">
  -            <h:graphicImage value="/themes/#{wikiPreferences.themeName}/img/icon.posting.gif"
  +            <h:graphicImage value="/themes/#{preferences.get('Wiki').themeName}/img/icon.posting.gif"
                               width="22" height="26"/>
           </ui:define>
       </ui:decorate>
  
  
  



More information about the jboss-cvs-commits mailing list