[Koha-bugs] [Bug 13617] Change wording on suspend

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 26 18:47:59 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13617

--- Comment #5 from Christopher Brannon <cbrannon at 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.


More information about the Koha-bugs mailing list