From 852faac5d87a5885fc267713a1e5b4984b2d7389 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 21 Jan 2015 09:11:17 +0100 Subject: [PATCH] forms: drop temporary translate() function... ...it has been added to the Icinga Web 2 master --- application/forms/ProcessForm.php | 5 ----- application/forms/SimulationForm.php | 5 ----- 2 files changed, 10 deletions(-) diff --git a/application/forms/ProcessForm.php b/application/forms/ProcessForm.php index 2786518..31ca7b6 100644 --- a/application/forms/ProcessForm.php +++ b/application/forms/ProcessForm.php @@ -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( diff --git a/application/forms/SimulationForm.php b/application/forms/SimulationForm.php index 249f6be..601024b 100644 --- a/application/forms/SimulationForm.php +++ b/application/forms/SimulationForm.php @@ -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(