Valid HTML
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Fri, 20 Oct 2006 20:23:31 +0000 (20:23 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Fri, 20 Oct 2006 20:23:31 +0000 (20:23 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@993 839d8a87-29fc-0310-9880-83ba4fa771e5

templates/table-editor.tpl

index 6040137..0d49beb 100644 (file)
@@ -34,7 +34,7 @@
 <table class="bicol">
 <tr>
   {foreach from=$t->vars item=myval key=myvar}{if $myval.display}
-    <th style="cursor:pointer" onclick="redirect('{$t->pl}/sort{if $t->sortfield eq $myvar && !$t->sortdesc}desc{/if}/{$myvar}')">{$myval.desc}{if $t->sortfield eq $myvar}<img src="images/{if $t->sortdesc}up{else}dn{/if}.png"/>{/if}</th>
+    <th style="cursor:pointer" onclick="redirect('{$t->pl}/sort{if $t->sortfield eq $myvar && !$t->sortdesc}desc{/if}/{$myvar}')">{$myval.desc}{if $t->sortfield eq $myvar}<img src="images/{if $t->sortdesc}up{else}dn{/if}.png" alt=""/>{/if}</th>
   {/if}{/foreach}
   {if !$hideactions}
   <th>action</th>