http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9254 --- Comment #34 from jvr <jvr@fct.unl.pt> --- (In reply to Katrin Fischer from comment #32)
(In reply to Jonathan Druart from comment #18)
I think the patron should, at least, be allow see the screen with read only rights.
What about a third option to cover all bases? [Show|Don't show|allow editing of] messaging preferences in OPAC?
So, now we don´t want to hide the messaging hiperlink due to human rigth issues... Hey. Stop for a minute and thing what is the meaning of "I think the patron should, at least, be allow the screen with only rigths." ANSWER: It is just the same screen without the SUBMIT BUTTON. WOW. Are you following me. Then just hide the SUBMIT BUTTON. How? ANSWER: OPACUserCSS Has I explain in Comment 33 this is a similar situation and so to hide the BUTTON use the following block code. #usermessaging form fieldset.action input.btn { display: none; } I hope this will help you and all other waiting for a solution... To learn how to find the needed code and parameters please go to: https://bd2.fct.unl.pt/wiki_koha/#100-pt (sorry mainly in portuguese language) -- You are receiving this mail because: You are watching all bug changes.