http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13617 --- Comment #5 from Christopher Brannon <cbrannon@cdalibrary.org> --- I was able to modify the link to look like a button for the time being with jQuery, to see how that flies with patrons: //Change Suspend/Resume link to button $("#holdst td:nth-of-type(6) a,#holdst td:nth-of-type(6) button").removeClass("btn-link"); //end Change suspend link A couple odd things I notice. The class I remove is forcing it to look like a link. When I remove the class, it turns into a button! I also notice that Suspend is a an anchor tag and the Resume is a button tag. Very unusual and inconsistent. Christopher -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.