[jboss-cvs] jboss-seam/examples/wiki/view/includes ...

Christian Bauer christian at hibernate.org
Thu Apr 26 11:11:53 EDT 2007


  User: cbauer  
  Date: 07/04/26 11:11:53

  Modified:    examples/wiki/view/includes    pluginPreferencesForm.xhtml
                        preferencesEditor.xhtml commentsDisplay.xhtml
  Log:
  New blog features: recent entries, index of all entries
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/wiki/view/includes/pluginPreferencesForm.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pluginPreferencesForm.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/pluginPreferencesForm.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pluginPreferencesForm.xhtml	2 Apr 2007 18:25:05 -0000	1.1
  +++ pluginPreferencesForm.xhtml	26 Apr 2007 15:11:52 -0000	1.2
  @@ -40,7 +40,7 @@
   
                   <s:div rendered="#{v.value.class.simpleName == 'Date'}">
                       <h:inputText id="dt" value="#{v.value}">
  -                        <f:convertDateTime pattern="dd. MMM yyyy, HH:mm"/>
  +                        <f:convertDateTime pattern="dd. MMM yyyy, HH:mm" timeZone="#{wikiPreferences.timeZone}"/>
                       </h:inputText>
                       <s:selectDate for="dt" dateFormat="dd. MMM yyyy, HH:mm">
                           <h:graphicImage style="vertical-align:bottom;margin-bottom:2px;"
  
  
  
  1.2       +1 -1      jboss-seam/examples/wiki/view/includes/preferencesEditor.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: preferencesEditor.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/preferencesEditor.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- preferencesEditor.xhtml	4 Apr 2007 10:38:11 -0000	1.1
  +++ preferencesEditor.xhtml	26 Apr 2007 15:11:52 -0000	1.2
  @@ -75,7 +75,7 @@
   
                       <s:div rendered="#{v.value.class.simpleName == 'Date'}">
                            <h:inputText id="dt" value="#{v.value}">
  -                            <f:convertDateTime pattern="dd. MMM yyyy, HH:mm"/>
  +                            <f:convertDateTime pattern="dd. MMM yyyy, HH:mm" timeZone="#{wikiPreferences.timeZone}"/>
                                <a:support event="onblur" action="#{preferenceEditor.validate}"
                                           reRender="preferenceValidationErrors, preferenceComponentList"/>
                           </h:inputText>
  
  
  
  1.5       +1 -1      jboss-seam/examples/wiki/view/includes/commentsDisplay.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: commentsDisplay.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/commentsDisplay.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- commentsDisplay.xhtml	22 Apr 2007 10:15:33 -0000	1.4
  +++ commentsDisplay.xhtml	26 Apr 2007 15:11:52 -0000	1.5
  @@ -24,7 +24,7 @@
   
               <div class="commentAuthorDate">
               <span class="commentDate"><h:outputText value="#{c.createdOn}">
  -                <f:convertDateTime pattern="dd. MMM yyyy, HH:mm"/>
  +                <f:convertDateTime pattern="dd. MMM yyyy, HH:mm" timeZone="#{wikiPreferences.timeZone}"/>
               </h:outputText></span>
                   <s:span>&#160;(
                       <s:span styleClass="commentAuthor" rendered="#{empty c.fromUserHomepage}">#{c.fromUserName}</s:span>
  
  
  



More information about the jboss-cvs-commits mailing list