From f44973e849074ef2a1dedd41cf9cb912eb32af9b 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. Signed-off-by: Marc VĂ©ron --- 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 71a1c39..4b233d2 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 -- 1.7.10.4