N°3566 Hub connector migrate to UiBlock : deployed extensions page

Notable changes :
* extensions lists were originally UL/LI but I replaced them with Alert neutral, collapsed by default
* the "Get extensions from iTop Hub..." button was located between both fieldset. I moved it on top of the page, just below page title
This commit is contained in:
Pierre Goiffon
2021-03-09 10:10:37 +01:00
parent 377120aead
commit fab1c0bcf8
2 changed files with 62 additions and 61 deletions

View File

@@ -45,7 +45,7 @@ class ButtonUIBlockFactory extends AbstractUIBlockFactory
* Make a basis Button component for any purpose
*
* @param string $sLabel
* @param string $sName See Button::$sName
* @param string $sName See {@link Button::$sName}
* @param string|null $sId
*
* @return \Combodo\iTop\Application\UI\Base\Component\Button\Button