Commit 7ece2361fe7bec26720f65ab13a3c7f5270c5332

Authored by JoenioCosta
1 parent dff79984

ActionItem445: link to popup_login in account index


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2042 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/views/account/index_anonymous.rhtml
1 1 <h1><%= _('Identify yourself') %></h1>
2 2  
3 3 <p>
4   -<%= link_to _('Login.'), :action => 'login' %>
  4 +<%= lightbox_link_to _('Login.'), { :controller => 'account', :action => 'login_popup' },
  5 + :help => _('Click here to enter your username and password and be recognized by the system.') %>
  6 +
5 7 <%= _('You need to login to be able to use all the features in this environment.') %>
6 8 </p>
7 9  
... ...
app/views/shared/user_menu.rhtml
... ... @@ -54,7 +54,7 @@
54 54 <%= lightbox_link_to '<span class="icon-menu-login"></span>'+ _('Login'),
55 55 { :controller => 'account', :action => 'login_popup' },
56 56 :id => 'link_login',
57   - :help => _('Click here to enter your username and password and be recognized by the system.') %>
  57 + :help => _('Click here to enter your username and password and be recognized by the system.') %>
58 58  
59 59 <% end %>
60 60  
... ...