[MKDoc-commit] Fixe direction bug

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Wed May 4 11:10:47 BST 2005


Log Message:
-----------
Fixe direction bug

Modified Files:
--------------
    mkd/resources/templates/macros/document/menu_next_prev:
        en.html

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/macros/document/menu_next_prev/en.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -Lresources/templates/macros/document/menu_next_prev/en.html -Lresources/templates/macros/document/menu_next_prev/en.html -u -r1.12 -r1.13
--- resources/templates/macros/document/menu_next_prev/en.html
+++ resources/templates/macros/document/menu_next_prev/en.html
@@ -49,7 +49,7 @@
       <!--? Previous -->
       <bdo
         dir="ltr"
-        petal:attributes="dir dir"
+        petal:attributes="dir self/direction"
         metal:define-slot="seperator-prev"
         petal:condition="true: self/prev_showable"
       >&lt;&lt;</bdo>
@@ -73,7 +73,7 @@
       >Previous</a>
       <bdo
         dir="ltr"
-        petal:attributes="dir dir"
+        petal:attributes="dir self/direction"
         metal:define-slot="seperator"
         petal:condition="true: self/prev_showable"
       >|</bdo>
@@ -101,7 +101,7 @@
       <!--? Next ?-->
       <bdo
         dir="ltr"
-        petal:attributes="dir dir"
+        petal:attributes="dir self/direction"
         metal:define-slot="seperator"
         petal:condition="true: self/next_showable"
       >|</bdo>
@@ -125,7 +125,7 @@
       >Next</a>
       <bdo
         dir="ltr"
-        petal:attributes="dir dir"
+        petal:attributes="dir self/direction"
         metal:define-slot="seperator-next"
         petal:condition="true: self/next_showable"
       >&gt;&gt;</bdo>
@@ -144,7 +144,7 @@
       <!--? Previous -->
       <bdo
         dir="ltr"
-        petal:attributes="dir dir"
+        petal:attributes="self direction"
         metal:define-slot="seperator-prev"
         petal:condition="true: self/prev_showable"
       >&lt;&lt;</bdo>
@@ -168,7 +168,7 @@
       >Previous</a>
       <bdo
         dir="ltr"
-        petal:attributes="dir dir"
+        petal:attributes="self direction"
         metal:define-slot="seperator"
         petal:condition="true: self/prev_showable"
       >|</bdo>
@@ -196,7 +196,7 @@
       <!--? Next ?-->
       <bdo
         dir="ltr"
-        petal:attributes="dir dir"
+        petal:attributes="self direction"
         metal:define-slot="seperator"
         petal:condition="true: self/next_showable"
       >|</bdo>
@@ -220,7 +220,7 @@
       >Next</a>
       <bdo
         dir="ltr"
-        petal:attributes="dir dir"
+        petal:attributes="self direction"
         metal:define-slot="seperator-next"
         petal:condition="true: self/next_showable"
       >&gt;&gt;</bdo>
@@ -239,7 +239,7 @@
       <!--? Previous -->
       <bdo
         dir="ltr"
-        petal:attributes="dir dir"
+        petal:attributes="self direction"
         metal:define-slot="seperator-prev"
         petal:condition="true: self/prev"
       >&lt;&lt;</bdo>
@@ -264,7 +264,7 @@
       >Previous</a>
       <bdo
         dir="ltr"
-        petal:attributes="dir dir"
+        petal:attributes="self direction"
         metal:define-slot="seperator"
         petal:condition="true: self/prev"
       >|</bdo>
@@ -292,7 +292,7 @@
       <!--? Next ?-->
       <bdo
         dir="ltr"
-        petal:attributes="dir dir"
+        petal:attributes="self direction"
         metal:define-slot="seperator"
         petal:condition="true: self/next"
       >|</bdo>
@@ -317,7 +317,7 @@
       >Next</a>
       <bdo
         dir="ltr"
-        petal:attributes="dir dir"
+        petal:attributes="self direction"
         metal:define-slot="seperator-next"
         petal:condition="true: self/next"
       >&gt;&gt;</bdo>


More information about the MKDoc-commit mailing list