X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fforms%2FUser.php;h=ad381d7ae3afe7bf25ed87f6b2bb62f23279e006;hp=288dec6ee1d0644b906ef02eacd4dd32e1050f1f;hb=150c38ebcad7e451aca5350cf5c8047d65a3af72;hpb=9e25156ae46eb12f1801f503c7fdf51534d1c1a9 diff --git a/application/forms/User.php b/application/forms/User.php index 288dec6..ad381d7 100644 --- a/application/forms/User.php +++ b/application/forms/User.php @@ -1,5 +1,5 @@ getView()->Anchor("termsofuse?format=raw", $translator->translate("terms of use"), - array('id' => 'user_termsofuse_anchor')); + array('id' => 'user_termsofuse_anchor', 'tabindex' => '0')); $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',