[PATCH] BZ 786162 removed help button from login page

Imre Farkas ifarkas at redhat.com
Wed Feb 1 10:01:43 UTC 2012


On 01/31/2012 07:00 PM, Tzu-Mainn Chen wrote:
> ---
>   src/app/views/user_sessions/new.html.haml |    4 ----
>   1 files changed, 0 insertions(+), 4 deletions(-)
>
> diff --git a/src/app/views/user_sessions/new.html.haml b/src/app/views/user_sessions/new.html.haml
> index 299dc49..6a9d744 100644
> --- a/src/app/views/user_sessions/new.html.haml
> +++ b/src/app/views/user_sessions/new.html.haml
> @@ -4,8 +4,6 @@
>       $('#password-input').showPassword({'checkbox':'#reveal'});
>       $('#username').focus(); // bring the username to focus
>
> -    $('#help-btn').click(function(){ alert("#{t('user_sessions.new.help')}"); });
> -
>       $('#security-btn').click(function(){
>         $('#login').hide();
>         $('#security').animate({ 'left': 0, 'width': 502 },{queue:false,duration:150});
> @@ -65,8 +63,6 @@
>               %label{:for =>  'reveal'}= t"user_sessions.new.show_password"
>             %div.group.bottom.left
>               .options
> -              %a.help#help-btn{:href =>  '#'}
> -                %span=t"user_sessions.new.login_assistance"
>                 %a.security#security-btn{:href =>  '#'}
>                   %span=t"user_sessions.new.security_info"
>             %div.group.bottom.submit

ACK



More information about the aeolus-devel mailing list