]> dev.renevier.net Git - syj.git/blobdiff - application/forms/User.php
update copyright headers
[syj.git] / application / forms / User.php
index ca3a91b617887447f4f27eef93cfd2bbd8a47a61..79e06ff2db164362ec8c42b198483c5208696e2d 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Form_User extends Syj_Form_TableAbstract
@@ -34,7 +34,7 @@ class Syj_Form_User extends Syj_Form_TableAbstract
 
         $email = array('Text', 'user_email', array(
             'label' => __("email"),
-            'description' => __("After creating your account, you will receive a confirmation email. You have 7 days to confirm otherwise, your account and your routes will all be deleted."),
+            'description' => __("After creating your account, you will receive a confirmation email. You have 7 days to confirm otherwise, your account will be deleted."),
             'required' => true
             ));
 
@@ -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',