From 01f2586894d461352cf75c6acdfd10f376d8e0c5 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 11 Mar 2016 08:28:18 -0500 Subject: [PATCH] Bug 16036 [Follow-up] Making basket actions buttons Content-Type: text/plain; charset="utf-8" This trivial follow-up adds an "actions" class to the table cell containing the new buttons. In conjunction with the style update in Bug 16048, this will prevent the buttons from wrapping at narrow browser window widths. To test, apply the patch for Bug 16048 and search for a vendor in Acquisitions which has at least one open basket. Confirm that the "View" and "Add to basket" buttons look correct and do not wrap when you make your browser window narrower. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt index bbffdda..edb26d9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt @@ -154,7 +154,7 @@ $(document).ready(function() { [% END %] - + View [% IF not basket.closedate and supplier.active %] -- 2.1.4