[MKDoc-commit] [1.6] remove file size display from image and photo components

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Wed Sep 28 17:12:01 BST 2005


Log Message:
-----------
[1.6] remove file size display from image and photo components

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/templates/component/image:
        en.html
    mkd/templates/component/photo:
        en.html

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/templates/component/image/Attic/en.html,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -Ltemplates/component/image/en.html -Ltemplates/component/image/en.html -u -r1.1.2.10 -r1.1.2.11
--- templates/component/image/en.html
+++ templates/component/image/en.html
@@ -37,5 +37,4 @@
                        alt   self/title;
                        title self/description" 
   /></a>
-  (<span petal:replace="self/formated_file_size"></span>)
 </span>
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/templates/component/photo/Attic/en.html,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -Ltemplates/component/photo/en.html -Ltemplates/component/photo/en.html -u -r1.1.2.8 -r1.1.2.9
--- templates/component/photo/en.html
+++ templates/component/photo/en.html
@@ -19,5 +19,4 @@
      longdesc="#"
      petal:attributes="src self/uri_small; alt self/title; longdesc self/uri_html" 
   /></a>
-    (<span petal:replace="self/formated_file_size"></span>)
 </span>


More information about the MKDoc-commit mailing list