Added the profile code in the list
This commit is contained in:
@@ -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"}">
|
||||||
|
|||||||
Reference in New Issue
Block a user