[Zope-Checkins] CVS: Zope2 - fileEdit.dtml:1.2.6.1 history.dtml:1.2.6.1 historyCompare.dtml:1.2.6.1 imageEdit.dtml:1.3.6.1 main.dtml:1.7.4.8
Brian Lloyd
brian@digicool.com
Wed, 21 Mar 2001 10:36:15 -0500 (EST)
Update of /cvs-repository/Zope2/lib/python/OFS/dtml
In directory korak:/home/brian/temp/zope-23-branch/lib/python/OFS/dtml
Modified Files:
Tag: zope-2_3-branch
fileEdit.dtml history.dtml historyCompare.dtml imageEdit.dtml
main.dtml
Log Message:
Fix for bug 2070: use ISO form for last-modified
--- Updated File fileEdit.dtml in package Zope2 --
--- fileEdit.dtml 2001/01/08 22:46:59 1.2
+++ fileEdit.dtml 2001/03/21 15:36:14 1.2.6.1
@@ -55,7 +55,7 @@
</td>
<td align="left" valign="top">
<div class="form-text">
- <dtml-var bobobase_modification_time fmt="%Y-%m-%d %I:%M %p">
+ <dtml-var bobobase_modification_time fmt="%Y-%m-%d %H:%M">
</div>
</td>
</tr>
--- Updated File history.dtml in package Zope2 --
--- history.dtml 2001/01/08 22:46:59 1.2
+++ history.dtml 2001/03/21 15:36:14 1.2.6.1
@@ -46,7 +46,7 @@
</td>
<td align="left" valign="top">
<div class="list-item">
- <a href="&dtml-absolute_url;/HistoricalRevisions/&dtml-key;/manage_workspace"><dtml-var time fmt="%Y-%m-%d %I:%M %p"><dtml-if
+ <a href="&dtml-absolute_url;/HistoricalRevisions/&dtml-key;/manage_workspace"><dtml-var time fmt="%Y-%m-%d %H:%M"><dtml-if
user_name> (<dtml-var user_name> )</dtml-if></a>
<br>&dtml-description;
<dtml-if revision>
--- Updated File historyCompare.dtml in package Zope2 --
--- historyCompare.dtml 2001/01/08 22:46:59 1.2
+++ historyCompare.dtml 2001/03/21 15:36:14 1.2.6.1
@@ -11,7 +11,7 @@
</td>
<td align="left" valign="top">
<div class="form-text">
-<dtml-var dt1 fmt="%Y-%m-%d %I:%M %p">
+<dtml-var dt1 fmt="%Y-%m-%d %H:%M">
</div>
</td>
</tr>
@@ -23,7 +23,7 @@
</td>
<td align="left" valign="top">
<div class="form-text">
-<dtml-var dt2 fmt="%Y-%m-%d %I:%M %p">
+<dtml-var dt2 fmt="%Y-%m-%d %H:%M">
</div>
</td>
</tr>
--- Updated File imageEdit.dtml in package Zope2 --
--- imageEdit.dtml 2001/01/09 21:57:45 1.3
+++ imageEdit.dtml 2001/03/21 15:36:14 1.3.6.1
@@ -44,7 +44,7 @@
</td>
<td align="left" valign="top">
<div class="form-text">
- <dtml-var bobobase_modification_time fmt="%Y-%m-%d %I:%M %p">
+ <dtml-var bobobase_modification_time fmt="%Y-%m-%d %H:%M">
</div>
</td>
</tr>
--- Updated File main.dtml in package Zope2 --
--- main.dtml 2001/03/07 20:55:44 1.7.4.7
+++ main.dtml 2001/03/21 15:36:14 1.7.4.8
@@ -159,7 +159,7 @@
<td>
<div class="list-item">
- <dtml-var bobobase_modification_time fmt="%Y-%m-%d %I:%M %p">
+ <dtml-var bobobase_modification_time fmt="%Y-%m-%d %H:%M">
</div>
</td>
</dtml-with>