icingaweb2-module-businessp.../library/Businessprocess/Web/Component/ActionBar.php
2016-11-28 00:16:47 +01:00

12 lines
259 B
PHP

<?php
namespace Icinga\Module\Businessprocess\Web\Component;
use Icinga\Module\Businessprocess\Html\Container;
class ActionBar extends Container
{
protected $contentSeparator = ' ';
protected $defaultAttributes = array('class' => 'action-bar');
}