[MKDoc-commit] start and end reversed (they were the wrong way
around!) and tz class
chris at mkdoc.demon.co.uk
chris at mkdoc.demon.co.uk
Fri Dec 17 16:15:25 GMT 2004
Log Message:
-----------
start and end reversed (they were the wrong way around!) and tz class added
Tags:
----
mkdoc-1-6
Modified Files:
--------------
mkd/templates/component/timerange:
en.html
-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/templates/component/timerange/Attic/en.html,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -Ltemplates/component/timerange/en.html -Ltemplates/component/timerange/en.html -u -r1.1.2.1 -r1.1.2.2
--- templates/component/timerange/en.html
+++ templates/component/timerange/en.html
@@ -27,10 +27,16 @@
>
Starts
<strong
- petal:content="self/to_datetime/strftime '%B %e, %Y %H:%M %Z'"
+ petal:content="self/from_datetime/strftime '%B %e, %Y %H:%M'"
>
Start Time
</strong>
+ <strong
+ class="time-zone"
+ petal:content="self/from_datetime/strftime '%Z'"
+ >
+ Time Zone
+ </strong>
</dd>
<dd
xml:lang="en"
@@ -39,10 +45,16 @@
>
Ends
<strong
- petal:content="self/from_datetime/strftime '%B %e, %Y %H:%M %Z'"
+ petal:content="self/to_datetime/strftime '%B %e, %Y %H:%M'"
>
End Time
</strong>
+ <strong
+ class="time-zone"
+ petal:content="self/to_datetime/strftime '%Z'"
+ >
+ Time Zone
+ </strong>
</dd>
</dl>
</div>
More information about the MKDoc-commit
mailing list