//replace password and secure_key by ****
This commit is contained in:
@@ -55,7 +55,11 @@
|
||||
{foreach $view['results'] AS $result}
|
||||
<tr>
|
||||
{foreach $view['key'] AS $name}
|
||||
<td>{$result[$name]}</td>
|
||||
{if isset($view['attributes'][$name])}
|
||||
<td>{$view['attributes'][$name]}</td>
|
||||
{else}
|
||||
<td>{$result[$name]}</td>
|
||||
{/if}
|
||||
{/foreach}
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
Reference in New Issue
Block a user