mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-10 06:23:05 -05:00
forms: drop temporary translate() function...
...it has been added to the Icinga Web 2 master
This commit is contained in:
parent
1f75826415
commit
852faac5d8
2 changed files with 0 additions and 10 deletions
|
|
@ -24,11 +24,6 @@ class ProcessForm extends Form
|
|||
$this->setup();
|
||||
}
|
||||
|
||||
protected function translate($string)
|
||||
{
|
||||
return mt('businessprocess', $string);
|
||||
}
|
||||
|
||||
public function setup()
|
||||
{
|
||||
$this->addElement('text', 'name', array(
|
||||
|
|
|
|||
|
|
@ -23,11 +23,6 @@ class SimulationForm extends Form
|
|||
$this->setup();
|
||||
}
|
||||
|
||||
protected function translate($string)
|
||||
{
|
||||
return mt('businessprocess', $string);
|
||||
}
|
||||
|
||||
public function setup()
|
||||
{
|
||||
$this->addElement('select', 'state', array(
|
||||
|
|
|
|||
Loading…
Reference in a new issue