mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
736d715d8c
commit
20f144bd4b
@ -31,7 +31,10 @@ class Spinner extends Zend_Form_Decorator_Abstract
|
|||||||
*/
|
*/
|
||||||
public function render($content = '')
|
public function render($content = '')
|
||||||
{
|
{
|
||||||
$spinner = '<div class="spinner ' . ($this->getOption('class') ?: '') . '">'
|
$spinner = '<div '
|
||||||
|
. ($this->getOption('id') !== null ? ' id="' . $this->getOption('id') . '"' : '')
|
||||||
|
. 'class="spinner ' . ($this->getOption('class') ?: '') . '"'
|
||||||
|
. '>'
|
||||||
. $this->getView()->icon('spin6')
|
. $this->getView()->icon('spin6')
|
||||||
. '</div>';
|
. '</div>';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user