From 2ce6d1a63b8a0943937aac9ee21a71ccb35b7c96 Mon Sep 17 00:00:00 2001 From: x2001corpet Date: Sun, 22 Oct 2006 14:31:50 +0000 Subject: [PATCH] fleches plus petites pour #484 git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1002 839d8a87-29fc-0310-9880-83ba4fa771e5 --- htdocs/images/icons/bullet_arrow_down.gif | Bin 0 -> 169 bytes htdocs/images/icons/bullet_arrow_up.gif | Bin 0 -> 169 bytes templates/table-editor.tpl | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 htdocs/images/icons/bullet_arrow_down.gif create mode 100644 htdocs/images/icons/bullet_arrow_up.gif diff --git a/htdocs/images/icons/bullet_arrow_down.gif b/htdocs/images/icons/bullet_arrow_down.gif new file mode 100644 index 0000000000000000000000000000000000000000..daa2eec017a4f7fc6474bb35857b0655c15b1fb1 GIT binary patch literal 169 zcmZ?wbhEHb6krfwXc1;$VPZ*1OPMll%9?d+TAEsxELy_D$FpbGo|2-HDU+tGS+$0T zi)YTPIa@Yu>FMfOvTTWnkjS2WdrHbm{u2ijf3h$#Fvv6LFaQC_P6k%B2kLz(ne#GM mt;?D1=Dt{@X)+)C9fQVGHrAZo6C8F_ty@xb(x#Px!5RSnY*$(U literal 0 HcmV?d00001 diff --git a/htdocs/images/icons/bullet_arrow_up.gif b/htdocs/images/icons/bullet_arrow_up.gif new file mode 100644 index 0000000000000000000000000000000000000000..834ba5c182f6c4a2756c5c38d954d4ebab976f3f GIT binary patch literal 169 zcmZ?wbhEHb6krfwXc1;$VPZ*1OPMll%9?d+TAEsxELy_D$FpbGo|2-HDU+tGS+$0T zi)YTPIa@Yu>FMfOvTTWnkjS2WdrHbm{u2ijf3h$#Fvv6LFaQC_P6t-C2kLz(kz7X? mh`1!|E6_P_u-Kwx-TRuk#{G>9ip2sd9Sxg~r?fFJSOWn3&Q|~c literal 0 HcmV?d00001 diff --git a/templates/table-editor.tpl b/templates/table-editor.tpl index 0d49beb..c4b376d 100644 --- a/templates/table-editor.tpl +++ b/templates/table-editor.tpl @@ -34,7 +34,7 @@ {foreach from=$t->vars item=myval key=myvar}{if $myval.display} - + {/if}{/foreach} {if !$hideactions} -- 2.1.4
{$myval.desc}{if $t->sortfield eq $myvar}{/if}{$myval.desc}{if $t->sortfield eq $myvar}{if $t->sortdesc}{icon name="bullet_arrow_down"}{else}{icon name="bullet_arrow_up"}{/if}{/if}action