mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 12:08:47 +02:00
N°8955 Remove fixed width, add dynamic display for force uninstall menu item
This commit is contained in:
@@ -173,6 +173,7 @@ class ExtensionDetails extends UIContentBlock
|
||||
{
|
||||
$this->oToggler = new Toggler();
|
||||
$this->oToggler->SetName('ExtensionToggler');
|
||||
$this->oToggler->AddCSSClass('toggler-install');
|
||||
}
|
||||
|
||||
protected function InitializePopoverMenu()
|
||||
@@ -204,7 +205,6 @@ JS,
|
||||
'force_uninstall',
|
||||
'Force uninstall',
|
||||
<<<JS
|
||||
this.style.display = 'none';
|
||||
this.closest('.ibo-extension-details').querySelector('input[type=checkbox]').disabled = false
|
||||
JS,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user