Commit e6f4761f33a333b6fdf61801d26f088c48bf4b9a
1 parent
377c07c7
Exists in
master
and in
29 other branches
ActionItem519: putting help back, but putting id makes the link
disappear git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2329 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/shared/user_menu.rhtml
... | ... | @@ -60,7 +60,7 @@ |
60 | 60 | <%= render :file => 'account/login' %> |
61 | 61 | <center><%= thickbox_close_button _('Close') %></center> |
62 | 62 | </div> |
63 | -<%= thickbox_inline_popup_link '<span class="icon-menu-login"></span>'+ _('Login'), 'inlineLoginBox' %> | |
63 | +<%= 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.')) %> | |
64 | 64 | |
65 | 65 | <% end %> |
66 | 66 | ... | ... |