]> dev.renevier.net Git - syj.git/blobdiff - application/forms/Geom.php
increase title max size to 160 characters
[syj.git] / application / forms / Geom.php
index 171450983100004a79cb6b7ed74cd3e453740886..9dc5c3882a423396f716d874a94f607ace06cf0b 100644 (file)
@@ -26,8 +26,8 @@ class Syj_Form_Geom extends Zend_Form implements Syj_Processor_Interface
 
         $title = array('Text', 'geom_title', array(
             'label' => __("optional title for this journey"),
-            'attribs' => array('maxlength' => '40', 'size' => '20'),
-            'validators' => array(new Zend_Validate_StringLength(0, 40)),
+            'attribs' => array('maxlength' => '160', 'size' => '20'),
+            'validators' => array(new Zend_Validate_StringLength(0, 160)),
             'decorators' => array(
                                 'ViewHelper',
                                 'Errors',