= t('Your Kanboard instance is not configured to install plugins from the user interface.') ?>
= t('There is no plugin available.') ?>
= $this->text->e($plugin['title']) ?> | ||
---|---|---|
= $this->text->e($plugin['author']) ?> | = $this->text->e($plugin['version']) ?> | = $this->url->icon('cloud-download', t('Install'), 'PluginController', 'install', array('archive_url' => urlencode($plugin['download'])), true) ?> = $this->url->icon('refresh', t('Update'), 'PluginController', 'update', array('archive_url' => urlencode($plugin['download'])), true) ?> = t('Up to date') ?> = t('Not available') ?> |
= $this->text->markdown($plugin['description']) ?>
|