If a patron tries to request an item and their account is locked, they get this terrific message. Besides being HUGE RED TEXT it is completely unhelpful in letting the patron know who to ask and how to get ahold of someone who can help them. So I fixed it with CSS and markup, since this silly message is hard-coded and can't be changed. You just need to edit the request_result.html
file in Web Master and look for the section that looks like this:
<!--{iferror}-->
<!--{errormsg}-->
<!--{else}-->
Replace that chunk with the code below (after you customize the message and the contact information) and it'll be a quick fix on a page that only frustrated folks see. It'll look more like this: