cmailleux    2005/10/07 12:05:15 CEST

  Modified files:
    src/view/jsp/include blog_definitions.inc project.inc 
  Log:
  Correct calendar format
  
  Revision  Changes    Path
  1.3       +2 -2      
corporate_portal_templates/src/view/jsp/include/blog_definitions.inc
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/include/blog_definitions.inc.diff?r1=1.2&r2=1.3&f=h
  1.3       +2 -2      
corporate_portal_templates/src/view/jsp/include/project.inc
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/include/project.inc.diff?r1=1.2&r2=1.3&f=h
  
  
  
  Index: blog_definitions.inc
  ===================================================================
  RCS file: 
/home/cvs/repository/corporate_portal_templates/src/view/jsp/include/blog_definitions.inc,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- blog_definitions.inc      29 Apr 2005 12:48:46 -0000      1.2
  +++ blog_definitions.inc      7 Oct 2005 10:05:14 -0000       1.3
  @@ -6,7 +6,7 @@
           titleKey="blog.body" bundleKey="<%=resBundleID%>"/>
       <content:declareField name="attachement" title="Attachment associated" 
type="File"
           titleKey="blog.attachement" bundleKey="<%=resBundleID%>"/>
  -    <content:declareField name="date" title="Date" type="Date" 
value="<jahia_calendar[dd.mm.yyyy / HH:MM]>"
  +    <content:declareField name="date" title="Date" type="Date" 
value="<jahia_calendar[dd.MM.yyyy / HH:mm]>"
           titleKey="blog.date" bundleKey="<%=resBundleID%>"/>
       <content:declareField name="author" title="Author" type="SharedSmallText"
           value="<%=jData.params().getUser().getUsername()%>"
  @@ -28,7 +28,7 @@
           <content:declareField name="body" title="Body of this comment" 
type="BigText"
               titleKey="blog.commentBody" bundleKey="<%=resBundleID%>"/>
           <content:declareField name="date" title="Date" type="Date"
  -            value="<jahia_calendar[dd.mm.yyyy / HH:MM]>"
  +            value="<jahia_calendar[dd.MM.yyyy / HH:mm]>"
               titleKey="blog.commentDate" bundleKey="<%=resBundleID%>"/>
       </content:declareContainer>
       </content:declareContainerList>
  
  
  
  Index: project.inc
  ===================================================================
  RCS file: 
/home/cvs/repository/corporate_portal_templates/src/view/jsp/include/project.inc,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.inc       3 Mar 2005 13:56:08 -0000       1.2
  +++ project.inc       7 Oct 2005 10:05:14 -0000       1.3
  @@ -41,14 +41,14 @@
               titleKey="startDate"
               bundleKey="<%=resBundleID%>"
               type="Date"
  -            value="<jahia_calendar[dd.mm.yyyy]>"
  +            value="<jahia_calendar[dd.MM.yyyy]>"
           />
           <content:declareField name='directoryProjectEnd'
               title="End date"
               titleKey="endDate"
               bundleKey="<%=resBundleID%>"
               type="Date"
  -            value="<jahia_calendar[dd.mm.yyyy]>"
  +            value="<jahia_calendar[dd.MM.yyyy]>"
           />
           <content:declareField name='directoryProjectPage'
               title="Project page"
  

Reply via email to