summaryrefslogtreecommitdiffstats
path: root/application/forms
diff options
context:
space:
mode:
authorSimon2011-03-06 19:56:24 +0100
committerSimon2011-03-06 19:56:24 +0100
commitdee12ef18da0dc4db4f1a87c62aa98d321b76bac (patch)
tree3fab7bd3fdc9cc218424e1ec8a97e430e0e7eb2f /application/forms
parentClient und Pool-Controller hinzugefügt && addclientAction hinzugefügt (diff)
downloadpbs2-dee12ef18da0dc4db4f1a87c62aa98d321b76bac.tar.gz
pbs2-dee12ef18da0dc4db4f1a87c62aa98d321b76bac.tar.xz
pbs2-dee12ef18da0dc4db4f1a87c62aa98d321b76bac.zip
clients hinzufügen und entfernen && sql-data erweitert
Diffstat (limited to 'application/forms')
-rw-r--r--application/forms/FilterAdd.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/forms/FilterAdd.php b/application/forms/FilterAdd.php
index 43efb71..931bfee 100644
--- a/application/forms/FilterAdd.php
+++ b/application/forms/FilterAdd.php
@@ -21,6 +21,8 @@ class Application_Form_FilterAdd extends Zend_Form
'required' => false,
'label' => 'Description:',
));
+ // TODO: Add target of Filter
+
$this->addElement('text', 'priority', array(
'filters' => array('StringTrim'),
'validators' => array(