<table class="table">
		<thead>
		<tr>
		     <th width="1%">&nbsp;</th>
		     <th><?php 
echo erTranslationClassLhTranslation::getInstance()->getTranslation('permission/editrole', 'Module');
?>
</th>
		     <th><?php 
echo erTranslationClassLhTranslation::getInstance()->getTranslation('permission/editrole', 'Function');
?>
</th>
		</tr>
		</thead>
		     <?php 
foreach (erLhcoreClassRoleFunction::getRoleFunctions($role->id) as $Function) {
    ?>
		     <tr>
			     <td><input type="checkbox" class="mb0" name="PolicyID[]" value="<?php 
    echo $Function['id'];
    ?>
" /></td>
			     <?php 
    include erLhcoreClassDesign::designtpl('lhpermission/role_row.tpl.php');
    ?>
		     </tr>
		     <?php 
}
?>
		</table>