From c21a2917476b874e2640593dd12cfc4d3e925598 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 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. Signed-off-by: Aleisha You forgot to add the class to one of the tables, but I have added it Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 9573c2cead..0f9af644df 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -268,7 +268,7 @@ tinyMCE.init({ [% END %] [% library.branchip %] - + Edit Delete @@ -299,7 +299,7 @@ tinyMCE.init({ [% category.categoryname %] [% category.categorycode %] [% category.codedescription %] - + Edit Delete -- 2.20.1