Commit 6d5d8056a86bbb46fc4ee159a063bd67fff12f41
1 parent
07a55e40
Exists in
master
and in
29 other branches
ActionItem519: keeping the new link
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2342 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/shared/user_menu.rhtml
... | ... | @@ -57,7 +57,7 @@ |
57 | 57 | |
58 | 58 | <% else # theme_option( :menu_login ) != 'full_form' %> |
59 | 59 | |
60 | - <%= thickbox_inline_popup_link('<span class="icon-menu-login"></span>'+ _('Login'), 'inlineLoginBox', :help => _('Click here to enter your username and password and be recognized by the system.')) %> | |
60 | + <%= thickbox_inline_popup_link('<span class="icon-menu-login"></span>'+ _('Login'), 'inlineLoginBox', :id => 'link_login', :help => _('Click here to enter your username and password and be recognized by the system.')) %> | |
61 | 61 | <div id='inlineLoginBox' style='display: none;'> |
62 | 62 | <%= render :file => 'account/login' %> |
63 | 63 | <center><%= thickbox_close_button _('Close') %></center> | ... | ... |