mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
Add comment to prevent future misunderstanding
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
{# Content Block #}
|
{# Content Block #}
|
||||||
{% apply spaceless %}
|
{% apply spaceless %}
|
||||||
|
|
||||||
|
{# Important: We don't want the UIContentBlock have a div node based on the inherited CSS classes, otherwise the node would always be present, which is not what we want #}
|
||||||
{% set bHasDiv = (oUIBlock.GetAdditionalCSSClassesAsString() or oUIBlock.GetDataAttributes() or oUIBlock.IsHidden() or oUIBlock.HasForcedDiv()) %}
|
{% set bHasDiv = (oUIBlock.GetAdditionalCSSClassesAsString() or oUIBlock.GetDataAttributes() or oUIBlock.IsHidden() or oUIBlock.HasForcedDiv()) %}
|
||||||
|
|
||||||
{% block iboContentBlockContainer %}
|
{% block iboContentBlockContainer %}
|
||||||
|
|||||||
Reference in New Issue
Block a user