From 32f227862c888a1f5ab25dc3bb1ad9be9e17453c Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Thu, 2 Feb 2017 22:58:34 +0000 Subject: [PATCH] Bug 18040: Updating buttons in Tools -> Upload local cover image To test: 1) Go to Tools -> Upload local cover image 2) Select an image and click Upload file 3) Notice Process images button looks different to Upload file button 4) Apply patch and refresh page 5) Follow steps 1-3 again and notice the changed styling of the buttons Sponsored-by: Catalyst IT Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt index a1300fc..82f5912 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt @@ -98,7 +98,7 @@ $(document).ready(function(){ Required -
+
@@ -142,7 +142,7 @@ $(document).ready(function(){ -
+
-- 2.9.3