From 3379baa5612d8cd0ecf12a6e7859ac6217d627da Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 5 Jul 2010 01:08:47 +0200 Subject: [PATCH] Does not display user and profile name when they are the same person in validation page. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/admin/validation.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/validation.tpl b/templates/admin/validation.tpl index 924bc0a..6f4f833 100644 --- a/templates/admin/validation.tpl +++ b/templates/admin/validation.tpl @@ -51,7 +51,7 @@ function toggleField(name, id, obj) { - {if $valid->profile} + {if $valid->profile && !$valid->userIsProfileOwner} Profil concerné : -- 2.1.4