X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fforms%2FGeom.php;h=b52e0719c3e6f98c7e57c0904124e06ec05840c2;hp=2ae949b2606217939dcc7f0d0ce85eb8c7688efe;hb=3ff82e2d9fa289beba4e965b82772cf83f905b2f;hpb=a602acd4b5d049d92b5793afb8e024717d2aa33f diff --git a/application/forms/Geom.php b/application/forms/Geom.php index 2ae949b..b52e071 100644 --- a/application/forms/Geom.php +++ b/application/forms/Geom.php @@ -12,7 +12,6 @@ class Syj_Form_Geom extends Zend_Form ); public function init() { - $id = array('Hidden', 'geom_id'); $data = array('Hidden', 'geom_data', array('required' => true)); $title = array('Text', 'geom_title', array( @@ -33,7 +32,7 @@ class Syj_Form_Geom extends Zend_Form $submit = array('Submit', 'geom_submit', array('label' => __("save"))); - $this->addElements(array($id, $data, $title, $touaccept, $submit)); + $this->addElements(array($data, $title, $touaccept, $submit)); $decorator = $this->geom_accept->getDecorator('Zend_Form_Decorator_Label'); $decorator->setOption('escape', false);