From 77d83a531590975bd92a9e7152548a5e85e18fc4 Mon Sep 17 00:00:00 2001 From: Pascal Corpet Date: Sat, 5 Jun 2010 14:09:00 +0200 Subject: [PATCH] Removes the red cross to reset contact search. Closes #1074 --- ChangeLog | 3 +++ templates/carnet/mescontacts.tpl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f2a1676..b4da04f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,9 @@ New: - Centralises email management through an email combobox -JAC Bug/Wish: + * Carnet: + - #1074: Removes the red cross to reset contact search -Car + * Core: - #1019: Allow 35 points passwords as announced -Car - #1059: Fix support of '?' in mail subjects -FRU diff --git a/templates/carnet/mescontacts.tpl b/templates/carnet/mescontacts.tpl index 77a9bde..d8cd905 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'"/> - {icon name=cross title='Annuler la recherche'} + {if $smarty.request.quick}{icon name=arrow_refresh title='Annuler la recherche'}{/if}

-- 2.1.4