N°2847 - Object details: Fix alert messages overlapping header and multicolumn layout

This commit is contained in:
Molkobain
2020-10-05 15:53:45 +02:00
parent 0691fca412
commit be075dd695
3 changed files with 10 additions and 7 deletions

View File

@@ -19,4 +19,5 @@ use Combodo\iTop\Application\UI\Layout\UIContentBlock;
class Column extends UIContentBlock {
// Overloaded constants
public const BLOCK_CODE = 'ibo-column';
public const HTML_TEMPLATE_REL_PATH = 'layouts/multicolumn/column/layout';
}