From 9e92ae50f36477d0043a08c05f151aa1a33b8e6d Mon Sep 17 00:00:00 2001 From: Aleisha Date: Tue, 29 Mar 2016 07:09:10 +0000 Subject: [PATCH] Bug 16153: Adding "actions" class to Label Creator table actions so the buttons dont wrap To test: 1) Go to Tools -> Label Creator 2) Confirm that the actions column for the table on each management page (Manage label batches, Manage layouts, Manage label templates, Manage printer profiles) does not wrap on narrow browser windows. Sponsored-by: Catalyst IT --- koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt index cadf54c..00f17eb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt @@ -139,7 +139,7 @@ [% FOREACH text_field IN table_loo.text_fields %] [% IF ( text_field.select_field ) %] - Edit Delete + Edit Delete [% IF label_element == 'batch' %] [% END %] [% ELSIF ( text_field.field_value ) %] [% text_field.field_value %] -- 1.7.10.4