= $this->translate('There is no such module installed.') ?>
return; endif ?>
getDependencies();
$restrictions = $module->getProvidedRestrictions();
$permissions = $module->getProvidedPermissions();
?>
= $this->escape($module->getTitle()) ?>
= $this->escape('Name') ?> |
= $this->escape($module->getName()) ?> |
= $this->escape('Version') ?> |
= $this->escape($module->getVersion()) ?> |
= $this->escape('Description') ?> |
= nl2br($this->escape($module->getDescription())) ?> |
= $this->escape('Dependencies') ?> |
translate('This module has no dependencies');
else: foreach ($dependencies as $name => $versionString): ?>
= $this->escape($name) ?>: = $this->escape($versionString) ?>
|
= $this->escape('Permissions') ?> |
= $this->escape($permission->name) ?>: = $this->escape($permission->description) ?>
|
= $this->escape('Restrictions') ?> |
= $this->escape($restriction->name) ?>: = $this->escape($restriction->description) ?>
|