X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fforms%2FUser.php;h=8fd24458a5e3cdaa242940740d32b404b9f9da58;hb=616108d95f68d4d0c7dec334b262939782f355dc;hp=288dec6ee1d0644b906ef02eacd4dd32e1050f1f;hpb=9e25156ae46eb12f1801f503c7fdf51534d1c1a9;p=syj.git diff --git a/application/forms/User.php b/application/forms/User.php index 288dec6..8fd2445 100644 --- a/application/forms/User.php +++ b/application/forms/User.php @@ -46,6 +46,7 @@ class Syj_Form_User extends Syj_Form_TableAbstract $text = $translator->translate("I've read and accepted %s"); $text = vsprintf($text, $anchor); $this->addElement('Checkbox', 'user_accept', array("label" => $text, + 'helper' => 'SyjFormCheckbox', // similar to FormCheckbox without a hidden input 'decorators' => array( 'ViewHelper', 'label',