bug 288, fix fleches inverses
authorPascal Corpet <pascal.corpet@m4x.org>
Tue, 8 Feb 2005 16:26:11 +0000 (16:26 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:28:06 +0000 (23:28 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-459

templates/search.tpl

index abb5013..a30f4de 100644 (file)
@@ -37,8 +37,8 @@
     [<a href='{$tri.url}'>
     {if $tri.asc or $tri.desc}<strong>{/if}
     {$tri.text}
-    {if  $tri.asc}<img src='{rel}/images/up.png' />{/if}
-    {if $tri.desc}<img src='{rel}/images/dn.png' />{/if}
+    {if $tri.desc}<img src='{rel}/images/up.png' />{/if}
+    {if  $tri.asc}<img src='{rel}/images/dn.png' />{/if}
     {if $tri.asc or $tri.desc}</strong>{/if}
     </a>]
     {/foreach}