X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fforms%2FGeom.php;fp=application%2Fforms%2FGeom.php;h=3d99a87bd6014b7522b2bee84c7bef81439be960;hb=616108d95f68d4d0c7dec334b262939782f355dc;hp=61dde0ca1fb8af572470e0dce31ee20849eb2730;hpb=fd29e7cd7bc9dd74cc4d1807c03ebd48a0deffa2;p=syj.git diff --git a/application/forms/Geom.php b/application/forms/Geom.php index 61dde0c..3d99a87 100644 --- a/application/forms/Geom.php +++ b/application/forms/Geom.php @@ -27,6 +27,7 @@ class Syj_Form_Geom extends Zend_Form $text = $translator->translate("I've read and accepted %s"); $text = vsprintf($text, $anchor); $touaccept = array('Checkbox', 'geom_accept', array("label" => $text, + 'helper' => 'SyjFormCheckbox', // similar to FormCheckbox without a hidden input 'decorators' => array( 'ViewHelper', 'label',