RenderAllUiBlocks improvements

* add call to ButtonFactory::MakeIconLink
* add some CSS customizations to h1, h2, HR
* add H2 with id to link to specific regions
* add @link PHPDoc in related components
* fix typo in alerts (title was using "alert" instead of "panel")
This commit is contained in:
Pierre Goiffon
2020-12-02 09:45:03 +01:00
parent 81b96b2430
commit 1252d760ab
4 changed files with 36 additions and 2 deletions

View File

@@ -26,6 +26,8 @@ namespace Combodo\iTop\Application\UI\Component\Button;
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\Button
* @since 3.0.0
*
* @link <itop_url>/test/VisualTest/Backoffice/RenderAllUiBlocks.php#title-buttons to see live examples
*/
class ButtonFactory
{