X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;ds=sidebyside;f=application%2Fviews%2Fscripts%2Fidx%2Findex.phtml;h=fedff0aa2a92380ef606277f5ac7d65681d9c81c;hb=5fe9a5fef61308515cd1913f0bb7cc4a4ecf0253;hp=ce8b6f72a24672673f513b4a4821f98df834b30c;hpb=05ce9238adfa982746bfc6211b240fd24526af09;p=syj.git diff --git a/application/views/scripts/idx/index.phtml b/application/views/scripts/idx/index.phtml index ce8b6f7..fedff0a 100644 --- a/application/views/scripts/idx/index.phtml +++ b/application/views/scripts/idx/index.phtml @@ -21,7 +21,15 @@
- +
+ path)) { ?> + +
+ + + + +
geomform; @@ -33,7 +41,10 @@
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
%s
", + $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); ?>