X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fforms%2FGeom.php;fp=application%2Fforms%2FGeom.php;h=9dc5c3882a423396f716d874a94f607ace06cf0b;hp=171450983100004a79cb6b7ed74cd3e453740886;hb=aad2e1cbf0a34d096c28388457aabfb8c307221b;hpb=a0c085f9492929c7b2bd6ada5cd1186d3133a44e diff --git a/application/forms/Geom.php b/application/forms/Geom.php index 1714509..9dc5c38 100644 --- a/application/forms/Geom.php +++ b/application/forms/Geom.php @@ -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',