[MKDoc-commit] Dummy content for day field had 'January', 'February' not '1', '2'.

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Wed Nov 10 16:42:25 GMT 2004


Log Message:
-----------
Dummy content for day field had 'January', 'February' not '1', '2'.

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/templates/editor/timerange:
        en.html

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/templates/editor/timerange/Attic/en.html,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -Ltemplates/editor/timerange/en.html -Ltemplates/editor/timerange/en.html -u -r1.1.2.5 -r1.1.2.6
--- templates/editor/timerange/en.html
+++ templates/editor/timerange/en.html
@@ -522,12 +522,12 @@
             petal:attributes="value    day/value;"
             petal:content="day/label"
             petal:condition="true: day/is_selected"
-          >January</option>
+          >1</option>
           <option 
             petal:attributes="value    day/value;"
             petal:content="day/label"
             petal:condition="false: day/is_selected"
-          >Feburary</option>
+          >2</option>
         </div>
       </select>
 


More information about the MKDoc-commit mailing list