mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-25 23:04:53 +02:00
ObjectController: fix 'back' link style
This commit is contained in:
parent
715c00e975
commit
4974d1a850
@ -177,13 +177,12 @@ abstract class ObjectController extends ActionController
|
|||||||
);
|
);
|
||||||
$this->view->form->handleRequest();
|
$this->view->form->handleRequest();
|
||||||
|
|
||||||
$this->view->actionLinks = $this->view->icon('left-big')
|
$this->view->actionLinks = $this->view->qlink(
|
||||||
. ' '
|
sprintf($this->translate('back'), $this->translate(ucfirst($ltype))),
|
||||||
. $this->view->qlink(
|
'director/' . $ltype,
|
||||||
sprintf($this->translate('back'), $this->translate(ucfirst($ltype))),
|
array('name' => $this->object->object_name),
|
||||||
'director/' . $ltype,
|
array('class' => 'icon-left-big')
|
||||||
array('name' => $this->object->object_name)
|
);
|
||||||
);
|
|
||||||
|
|
||||||
$this->render('object/form', null, true);
|
$this->render('object/form', null, true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user