mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
736d715d8c
commit
20f144bd4b
@ -31,7 +31,10 @@ class Spinner extends Zend_Form_Decorator_Abstract
|
||||
*/
|
||||
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')
|
||||
. '</div>';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user