group.inc.tpl - fixed missing CONSTANT

This commit is contained in:
Ian 2012-06-01 21:06:12 +02:00
parent cccd3aca57
commit a1d77c4916

View File

@ -114,7 +114,7 @@
{if !$perm.permission}
<tr>
<td>{$indent} {$perm.permission_name|escape:"html"}</td>
<td>{$indentB} {if isset($from.{$perm@key}) && $from.{$perm@key} == "true"} YES {else} NO {/if} </td>
<td>{$indentB} {(isset($from.{$perm@key}) && $from.{$perm@key} == "true") ? $CONST.YES : $CONST.NO} </td>
</tr>
{else}
<tr>