From e126548a71240516ddf72c6b9db0ed85cf2fb365 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 27 Feb 2011 22:42:20 +0100 Subject: [PATCH] Displays all similar entreprises only on demand (Closes #1399). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- ChangeLog | 1 + templates/include/form.valid.entreprises.tpl | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 92a8d9e..31bce03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ VERSION 1.0.2 31 01 2011 Bug/Wish: * Admin: + - #1399: Displays all similar entreprises only on demand -JAC - #1362: List last profile modifications for secretary -JAC * Core: diff --git a/templates/include/form.valid.entreprises.tpl b/templates/include/form.valid.entreprises.tpl index 2273a71..76a37e5 100644 --- a/templates/include/form.valid.entreprises.tpl +++ b/templates/include/form.valid.entreprises.tpl @@ -27,7 +27,18 @@ Noms similaires existants : - {$valid->suggestions} + + + {$valid->suggestions|truncate:200:"… (cliquez pour tout afficher)"} + + + Acronyme : -- 2.1.4