From f9967b19d16ed74cd1cccb6fe9520a7c119582bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 28 Jun 2010 11:22:05 +0200 Subject: [PATCH] Displays profile concerned by the validationif any. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/admin/validation.tpl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/admin/validation.tpl b/templates/admin/validation.tpl index 815d403..924bc0a 100644 --- a/templates/admin/validation.tpl +++ b/templates/admin/validation.tpl @@ -51,6 +51,16 @@ function toggleField(name, id, obj) { + {if $valid->profile} + + Profil concerné : + + + {$valid->profile->fullName("promo")} + + + + {/if} Date de demande : -- 2.1.4