]> dev.renevier.net Git - syj.git/blobdiff - application/forms/Geom.php
add tabinbex attributes to anchors inside label otherwise they're not keyboard access...
[syj.git] / application / forms / Geom.php
index 9dc5c3882a423396f716d874a94f607ace06cf0b..48c6dbce225c62ce5e6c67caf00d3053674e3e9b 100644 (file)
@@ -37,7 +37,7 @@ class Syj_Form_Geom extends Zend_Form implements Syj_Processor_Interface
 
         $anchor = $this->getView()->Anchor("termsofuse?format=raw",
                                            $translator->translate("terms of use"),
-                                           array('id' => 'geom_termsofuse_anchor'));
+                                           array('id' => 'geom_termsofuse_anchor', 'tabindex' => '0'));
         $text = $translator->translate("I've read and accepted %s");
         $text = vsprintf($text, $anchor);
         $touaccept = array('Checkbox', 'geom_accept', array("label" => $text,