= t('Do you really want to remove this plugin: "%s"?', $plugin->getPluginName()) ?>
= $this->url->link(t('Yes'), 'PluginController', 'uninstall', array('pluginId' => $plugin_id), true, 'btn btn-red') ?>
= t('or') ?>
= $this->url->link(t('cancel'), 'PluginController', 'show', array(), false, 'close-popover') ?>