]> dev.renevier.net Git - syj.git/blobdiff - application/views/scripts/idx/index.phtml
allow anonymous routes creation
[syj.git] / application / views / scripts / idx / index.phtml
index ce8b6f72a24672673f513b4a4821f98df834b30c..7d0fe87fddc5c1064194ce970b664b819432c947 100644 (file)
         <div>
             <?php
                 echo $this->anchor('login', $this->translate('login'), array('id' => 'login_control_anchor', 'class' => 'login-anchor'));
-                echo $this->anchor('', $this->translate('create an account'), array('id' => 'user_control_anchor', 'class' => 'login-anchor'));
+                $anchortext = sprintf("%s<img id=\"account-info-bullet\" src=\"icons/bullet_arrow_right.png\"><span id=\"account-info\"><br>%s</span>",
+                                      $this->translate('create an account'),
+                                      $this->translate('Whith an account, you can manage and modify your routes'));
+                echo $this->anchor('', $anchortext, array('id' => 'user_control_anchor', 'class' => 'login-anchor'), false);
             ?>
         </div>
         <div>