From 2fa795dac5af63fcaf61826d5556a3cf762c7a46 Mon Sep 17 00:00:00 2001 From: Abby Date: Thu, 15 Jan 2015 20:28:54 +0000 Subject: [PATCH] Bug 13587: Fix Authorised Values Toolbar To test: 1. Go to Home > Administration > Authorised Values 2. Notice no plus icons are appearing infront "New Authorised Value..." and "New Category" in the toolbar. 3. Apply the patch. 4. Check that the plus icons infront of "New Authorised Value..." and "New Category" in the toolbar are appearing as they should. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index 353824d..2d0cfff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -183,8 +183,8 @@ $(document).ready(function() { [% IF ( else ) %]
- New authorized value for [% category %] - New category + New authorized value for [% category %] + New category

Authorized values

-- 1.7.10.4