From: Pascal Corpet Date: Sun, 6 Jun 2010 11:52:01 +0000 (+0200) Subject: Use more explicit icon to undo contact search X-Git-Tag: xorg/1.0.0~172 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=673d4f1b0d0ee7be779d57fc10691e27e763bd61;p=platal.git Use more explicit icon to undo contact search --- diff --git a/htdocs/images/icons/arrow_undo.gif b/htdocs/images/icons/arrow_undo.gif new file mode 100644 index 0000000..05e3cf4 Binary files /dev/null and b/htdocs/images/icons/arrow_undo.gif differ diff --git a/templates/carnet/mescontacts.tpl b/templates/carnet/mescontacts.tpl index d8cd905..c3be38b 100644 --- a/templates/carnet/mescontacts.tpl +++ b/templates/carnet/mescontacts.tpl @@ -87,7 +87,7 @@ value="{$smarty.request.quick|default:'recherche dans tes contacts'}" onfocus="if (this.value == 'recherche dans tes contacts') this.value=''" onblur="if (this.value == '') this.value='recherche dans tes contacts'"/> - {if $smarty.request.quick}{icon name=arrow_refresh title='Annuler la recherche'}{/if} + {if $smarty.request.quick}{icon name=arrow_undo title='Annuler la recherche'}{/if}