projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82cc229
)
bug 288, fix fleches inverses
author
Pascal Corpet
<pascal.corpet@m4x.org>
Tue, 8 Feb 2005 16:26:11 +0000
(16:26 +0000)
committer
Florent 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
patch
|
blob
|
blame
|
history
diff --git
a/templates/search.tpl
b/templates/search.tpl
index
abb5013
..
a30f4de
100644
(file)
--- a/
templates/search.tpl
+++ b/
templates/search.tpl
@@
-37,8
+37,8
@@
[<a href='{$tri.url}'>
{if $tri.asc or $tri.desc}<strong>{/if}
{$tri.text}
- {if
$tri.a
sc}<img src='{rel}/images/up.png' />{/if}
- {if
$tri.de
sc}<img src='{rel}/images/dn.png' />{/if}
+ {if
$tri.de
sc}<img src='{rel}/images/up.png' />{/if}
+ {if
$tri.a
sc}<img src='{rel}/images/dn.png' />{/if}
{if $tri.asc or $tri.desc}</strong>{/if}
</a>]
{/foreach}