This patch adds a unique class to each "needs confirmation" message shown in circulation. Previously the only selector for any circulation message needing confirmation was #circ_needsconfirmation, so CSS or jQuery targeting only a single specific message was not easy to do.
With this patch you can directly target the new unique class selector for the specific message found behind the class element .needsconfirm.
|