diff options
| author | Simon | 2011-03-06 19:56:24 +0100 |
|---|---|---|
| committer | Simon | 2011-03-06 19:56:24 +0100 |
| commit | dee12ef18da0dc4db4f1a87c62aa98d321b76bac (patch) | |
| tree | 3fab7bd3fdc9cc218424e1ec8a97e430e0e7eb2f /application/forms | |
| parent | Client und Pool-Controller hinzugefügt && addclientAction hinzugefügt (diff) | |
| download | pbs2-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.php | 2 |
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( |
