i-Box v1

Info-block with various functions

Note

The ibox is anchored in the system as short code, it is available as smarty function and included in the markdown parser. If the ibox is not supposed to be included we highly recommend to provide an alternative with the same markup.

Markup

<div class="ibox note">
    <div class="ibox-title">
        Title
    </div>
    <div class="ibox-content">
        Content
    </div>
</div>

Example

Title
Content