Hi all!
I tried to solve bnc#600765 but I hit one problem.
Looking into similar code into
app/views/repositories/index.html.erb into disable_forms() function,
there's $('a.button').attr('disabled', 'disabled'); which should apply
"disabled layout" into all buttons.
It seems there's no any custom css in software/repositories, button is
generated with "link_to" ... :class => :button. I use the same code, but
css of my button is a but different (I don't know why) and set
"disabled" attribute doesn't make any visual difference.Thanks for any help, Michal -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
