https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38767

--- Comment #7 from Owen Leonard <oleon...@myacpl.org> ---
Whether or not the display problem is reproducible, I think we can improve how
the statuses and CSS are handled in order to make simpler and more flexible. My
go-to pattern for this kind of thing is two have one common class and one
specific class. This is what we do in the bibliographic details on that same
page:

<span class="results_summary isbn">...</span>

The "results_summary" class can be used to change the display of all elements
in that "category" (in this case it could be 'display:block'). The specific
class can be used (if necessary) to differentiate that element from the others
in that category.

Doing it this way means we don't have to keep adding classes to the CSS as item
statuses are created.

I would suggest something like:

<span class="holding_status recallwaiting">%s</span>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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