[MKDoc-commit] Added condition to ensure only one submit button when there is not a

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Wed Apr 6 09:59:49 BST 2005


Log Message:
-----------
Added condition to ensure only one submit button when there is not a table 
of child documents.

Modified Files:
--------------
    mkd/resources/templates/admin/sort:
        en.html

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/admin/sort/en.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -Lresources/templates/admin/sort/en.html -Lresources/templates/admin/sort/en.html -u -r1.13 -r1.14
--- resources/templates/admin/sort/en.html
+++ resources/templates/admin/sort/en.html
@@ -646,7 +646,9 @@
           </tbody>
         </table>
 
-        <p> 
+        <p
+          petal:condition="true: self/children"
+        >
           <input 
             lang="en"
             xml:lang="en"


More information about the MKDoc-commit mailing list