' . JText::_('JLIB_HTML_ACCESS_SUMMARY_DESC') . '
'; $html[] = '| ' . JText::_($action->title) . ' | '; } $html[] = '|
|---|---|
| ' . $group->text . ' | '; foreach ($actions as $j => $action) { $html[] = '' . ($assetId ? ($inherited->allow($action->name, $group->identities) ? $images['allow'] : $images['deny']) : ($inheriting->allow($action->name, $group->identities) ? $images['allow'] : $images['deny'])) . ' | '; } $html[] = '
' . $actionDesc . '
'; $html[] = '| ' . JText::_('JLIB_RULES_INHERIT') . ' | '; $html[] = ' '; $html[] = '' . JText::_('JCURRENT') . ' | '; $html[] = '||
|---|---|---|---|
| ' . $group->text . ' | '; $html[] = '' . ($inheriting->allow($action->name, $group->identities) ? $images['allow-i'] : $images['deny-i']) . ' | '; $html[] = ''; $html[] = ' '; $html[] = ' | '; $html[] = '' . ($assetId ? ($inherited->allow($action->name, $group->identities) ? $images['allow'] : $images['deny']) : ($inheriting->allow($action->name, $group->identities) ? $images['allow'] : $images['deny'])) . ' | '; $html[] = '