icingaweb2-module-businessp.../library/Businessprocess/Web/Component/ActionBar.php

13 lines
259 B
PHP
Raw Normal View History

<?php
namespace Icinga\Module\Businessprocess\Web\Component;
use Icinga\Module\Businessprocess\Html\Container;
class ActionBar extends Container
{
2016-11-27 17:54:03 -05:00
protected $contentSeparator = ' ';
2016-11-27 17:54:03 -05:00
protected $defaultAttributes = array('class' => 'action-bar');
}