fix bug in log
authorS7012MY <l3asketballplayer@yahoo.com>
Wed, 29 Jan 2014 19:01:35 +0000 (21:01 +0200)
committerS7012MY <l3asketballplayer@yahoo.com>
Wed, 29 Jan 2014 19:01:35 +0000 (21:01 +0200)
tmpl/log.en

index bfa64a4ad7bdba5149fa5318e6357964e0e24a43..fa91c35960807c1a80115d31f8a0d466c3819b74 100644 (file)
 
 </table>
 <ul class="pager">
-  <tmpl_if prev> 
-       <li class="previous"><a href="<tmpl_var prev>.var">Previous</a></li>
-  <tmpl_else>
-       <li class="previous disabled"><a href="<tmpl_var prev>.var">Previous</a></li>
-  </tmpl_if>
   <tmpl_if next> 
        <li class="next"><a href="<tmpl_var next>.var">Next</a></li>
   <tmpl_else>
-       <li class="next disabled"><a href="<tmpl_var next>.var">Next</a></li>
+       <li class="next disabled"><a href="#">Next</a></li>
+  </tmpl_if>
+  <tmpl_if prev> 
+    <li class="previous"><a href="<tmpl_var prev>.var">Previous</a></li>
+  <tmpl_else>
+    <li class="previous disabled"><a href="#">Previous</a></li>
   </tmpl_if>
 </ul>
 </div>
This page took 0.010713 seconds and 4 git commands to generate.