Added the profile code in the list

This commit is contained in:
Franck Allimant
2014-04-15 18:30:33 +02:00
parent c4696b7030
commit 449bbdd67d

View File

@@ -36,8 +36,9 @@
</caption> </caption>
<thead> <thead>
<tr> <tr>
<th class="col-md-1">{intl l="Code"}</th>
<th class="col-md-3">{intl l="Name"}</th> <th class="col-md-3">{intl l="Name"}</th>
<th class="col-md-5">{intl l="Description"}</th> <th class="col-md-4">{intl l="Description"}</th>
<th class="col-md-1">{intl l="Actions"}</th> <th class="col-md-1">{intl l="Actions"}</th>
</tr> </tr>
</thead> </thead>
@@ -51,6 +52,15 @@
{/loop} {/loop}
<tr> <tr>
<td>
{if $can_change}
<a title="{intl l='Change this profile'}" href="{url path="/admin/configuration/profiles/update/$ID"}">
{$CODE}
</a>
{else}
{$CODE}
{/if}
</td>
<td> <td>
{if $can_change} {if $can_change}
<a title="{intl l='Change this profile'}" href="{url path="/admin/configuration/profiles/update/$ID"}"> <a title="{intl l='Change this profile'}" href="{url path="/admin/configuration/profiles/update/$ID"}">