summaryrefslogtreecommitdiffstats
path: root/application/forms/BootosCreate.php
diff options
context:
space:
mode:
authormichael pereira2011-03-11 10:02:36 +0100
committermichael pereira2011-03-11 10:02:36 +0100
commit4ec30e83c446ddf0758f015d9ad5c5aebd2f0ca6 (patch)
tree12b382b5eba4b864825875df9f36a7026f95a18d /application/forms/BootosCreate.php
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-4ec30e83c446ddf0758f015d9ad5c5aebd2f0ca6.tar.gz
pbs2-4ec30e83c446ddf0758f015d9ad5c5aebd2f0ca6.tar.xz
pbs2-4ec30e83c446ddf0758f015d9ad5c5aebd2f0ca6.zip
bootos getressources
Diffstat (limited to 'application/forms/BootosCreate.php')
-rw-r--r--application/forms/BootosCreate.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/forms/BootosCreate.php b/application/forms/BootosCreate.php
index 8f699ce..0377197 100644
--- a/application/forms/BootosCreate.php
+++ b/application/forms/BootosCreate.php
@@ -56,7 +56,7 @@ class Application_Form_BootosCreate extends Zend_Form
$this->addElement('text', 'path_init', array(
'filters' => array('StringTrim'),
'validators' => array(
- array('StringLength', false, array(0, 50)),
+ array('StringLength', false, array(0, 250)),
),
'required' => true,
'size' => 50,
@@ -66,7 +66,7 @@ class Application_Form_BootosCreate extends Zend_Form
$this->addElement('text', 'path_kernel', array(
'filters' => array('StringTrim'),
'validators' => array(
- array('StringLength', false, array(0, 50)),
+ array('StringLength', false, array(0, 250)),
),
'required' => true,
'size' => 50,