From f4eef7700ed9a9b861b9079d8776e9e7015dfa21 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 11 Mar 2016 12:56:11 -0500 Subject: [PATCH] Bug 15989 [Follow-up] Making classification sources 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. Also changed in this patch: A couple of capitalization errors. To test, apply the patch for Bug 16048 and go to Administration -> Classification sources. Confirm that the "Edit" and "Delete" buttons do not stack on top of each other even at narrow browser widths. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt index afd5c8b..32ca89f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt @@ -247,8 +247,8 @@ function CheckRuleForm(f) { Code Description - In Use - Filing Rule + In use + Filing rule Actions [% FOREACH class_source IN class_sources %] @@ -257,7 +257,7 @@ function CheckRuleForm(f) { [% class_source.description %] [% IF ( class_source.used ) %]Yes[% ELSE %]No[% END %] [% class_source.sortrule %] - + Edit Delete @@ -289,7 +289,7 @@ function CheckRuleForm(f) { [% class_sort_rule.rule %] [% class_sort_rule.description %] [% class_sort_rule.sort_routine %] - + Edit Delete -- 2.1.4