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

--- Comment #5 from Christopher Brannon <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to