From 78b93b64d320e054e913960c6e17f0904723bc8d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sun, 3 Nov 2019 23:45:44 +0000 Subject: [PATCH] Bug 23957: Remove button style with famfamfam icon background and replace with Font Awesome The patch modifies the markup and CSS related to the holds template in the staff client when holds policy override is necessary. The CSS background image is replaced with a Font Awesome icon. s are replaced with [% ELSIF ( none_available ) %] - + [% ELSE %] - + [% END %] [% END %] @@ -771,14 +771,14 @@
[% IF ( patron AND patron.borrowernumber ) %] [% IF ( override_required ) %] - + [% ELSIF ( none_available ) %] - + [% ELSE %] [% IF ( multi_hold ) %] - + [% ELSE %] - + [% END %] [% END %] [% END # /IF patron %] @@ -1162,7 +1162,7 @@ return confirm(msg); }); - $("input.warning").click(function() { + $("button.warning").click(function() { return confirm( _("None of these items can normally be put on hold for this patron.") + "\n\n" + _("Place hold?") ); }); $("#requestany").click(function() { -- 2.11.0