From 7a77d9bf6e5639323c3fc7a058cccd40d7061a2f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 11 Mar 2016 11:47:01 -0500 Subject: [PATCH] Bug 15995 [Follow-up] Making libraries 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 go to Administration -> Libraries and Groups. Confirm that the "Edit" and "Delete" buttons do not wrap even at narrow browser window widths. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index 9573c2c..21d5e33 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -299,7 +299,7 @@ tinyMCE.init({ [% category.categoryname %] [% category.categorycode %] [% category.codedescription %] - + Edit Delete -- 2.1.4