Commit 6e11fc41a80d2e8f7c4bbcbfcf0cc5cf8bc086d4

Authored by Antonio Terceiro
1 parent cfd38f2a

Passing aruments in the correct order.

(ActionItem1372)
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/shared/user_menu.rhtml
@@ -62,7 +62,7 @@ @@ -62,7 +62,7 @@
62 <% if theme_option( :menu_login ) == 'full_form' %> 62 <% if theme_option( :menu_login ) == 'full_form' %>
63 <%= render :file => 'account/login_block' %> 63 <%= render :file => 'account/login_block' %>
64 <% else %> 64 <% else %>
65 - <%= thickbox_inline_popup_link('<span class="icon-menu-login"></span>'+ _('Login'), 'inlineLoginBox', login_url, :id => 'link_login', :help => _('Click here to enter your username and password and be recognized by the system.')) %> 65 + <%= thickbox_inline_popup_link('<span class="icon-menu-login"></span>'+ _('Login'), login_url, 'inlineLoginBox', :id => 'link_login', :help => _('Click here to enter your username and password and be recognized by the system.')) %>
66 <div id='inlineLoginBox' style='display: none;'> 66 <div id='inlineLoginBox' style='display: none;'>
67 <%= render :file => 'account/login' %> 67 <%= render :file => 'account/login' %>
68 <center><%= thickbox_close_button _('Close') %></center> 68 <center><%= thickbox_close_button _('Close') %></center>