forms: drop temporary translate() function...

...it has been added to the Icinga Web 2 master
This commit is contained in:
Thomas Gelf 2015-01-21 09:11:17 +01:00
parent 1f75826415
commit 852faac5d8
2 changed files with 0 additions and 10 deletions

View file

@ -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(

View file

@ -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(