[MODULES] Allow to delete third party plugins

This commit is contained in:
Diogo Cordeiro
2019-08-17 05:52:02 +01:00
committed by Diogo Peralta Cordeiro
parent 0d7c0069f2
commit 428878b6d8
4 changed files with 220 additions and 0 deletions

View File

@@ -236,6 +236,9 @@ class PluginListItem extends Widget
$form = $this->getControlForm();
$form->show();
$delete_form = new PluginDeleteForm($this->out, $this->plugin);
$delete_form->show();
$this->out->elementEnd('td');
// Version and authors