From 449bbdd67d0d205171d4c7b91b0d72faa260899b Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Tue, 15 Apr 2014 18:30:33 +0200 Subject: [PATCH] Added the profile code in the list --- templates/backOffice/default/profiles.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/templates/backOffice/default/profiles.html b/templates/backOffice/default/profiles.html index 2bf899bbf..f6127cf6f 100644 --- a/templates/backOffice/default/profiles.html +++ b/templates/backOffice/default/profiles.html @@ -36,8 +36,9 @@ + {intl l="Code"} {intl l="Name"} - {intl l="Description"} + {intl l="Description"} {intl l="Actions"} @@ -51,6 +52,15 @@ {/loop} + + {if $can_change} + + {$CODE} + + {else} + {$CODE} + {/if} + {if $can_change}