You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by eg...@apache.org on 2003/08/12 16:32:35 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/default/lenya/content/authoring create.xsp

egli        2003/08/12 07:32:35

  Modified:    src/webapp/lenya/pubs/default/lenya/content/authoring
                        create.xsp
  Log:
  Make sure the current date is passed through.
  
  Revision  Changes    Path
  1.4       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/default/lenya/content/authoring/create.xsp
  
  Index: create.xsp
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/lenya/content/authoring/create.xsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- create.xsp	17 Jul 2003 11:35:17 -0000	1.3
  +++ create.xsp	12 Aug 2003 14:32:35 -0000	1.4
  @@ -43,7 +43,7 @@
       <dc:creator><input:get-attribute module="access-control" as="string" name="user-name"/></dc:creator>
       <dc:subject></dc:subject>
       <dc:publisher></dc:publisher>
  -    <dc:date></dc:date>
  +    <dc:date><input:get-attribute module="date" name="currentDate"/></dc:date>
       <dc:rights></dc:rights>
       <dc:language><xsp:expr>pub.getDefaultLanguage()</xsp:expr></dc:language>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org