//replace password and secure_key by ****

This commit is contained in:
lLefevre
2011-10-04 16:03:24 +00:00
parent 570358ed25
commit e47380cf6c
2 changed files with 9 additions and 2 deletions
@@ -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}