Bug 17010 [Follow-up] Canceling a hold awaiting pickup no longer alerts librarian...
authorOwen Leonard <oleonard@myacpl.org>
Tue, 9 Aug 2016 16:56:46 +0000 (12:56 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Thu, 15 Sep 2016 13:34:44 +0000 (13:34 +0000)
This patch makes a minor change to the markup to make the button in the
confirmation dialog conform to the appearance of similar buttons.

To test, follow the original test plan for this bug and verify that the
"OK" button in the dialog looks correct.

Signed-off-by: Liz Rea <liz@catalyst.net.nz>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt

index df82eb8..a3966f1 100644 (file)
@@ -52,7 +52,7 @@
                     Please retain this item and check it in to process the hold.
                     </p>
                     <form name="cancelReservewithtransfert" action="waitingreserves.p#[% tab %]" method="post">
-                        <input class="btn" type="submit" class="submit" value="OK" />
+                        <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
                     </form>
                 </div>
             [% END %]
@@ -63,7 +63,7 @@
                     Please retain this item and check it in to process the hold.
                     </p>
                     <form name="cancelReservewithwaiting" action="waitingreserves.pl#[% tab %]" method="post">
-                        <input class="btn" type="submit" class="submit" value="OK"/>
+                        <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
                     </form>
                 </div>
             [% END %]