Added the profile code in the list
This commit is contained in:
@@ -36,8 +36,9 @@
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-1">{intl l="Code"}</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>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -51,6 +52,15 @@
|
||||
{/loop}
|
||||
|
||||
<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>
|
||||
{if $can_change}
|
||||
<a title="{intl l='Change this profile'}" href="{url path="/admin/configuration/profiles/update/$ID"}">
|
||||
|
||||
Reference in New Issue
Block a user