Bugzilla – Attachment 60316 Details for
Bug 18040
Updating buttons on Tools->Upload Local Cover Image
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18040: Updating buttons in Tools -> Upload local cover image
Bug-18040-Updating-buttons-in-Tools---Upload-local.patch (text/plain), 1.73 KB, created by
Jonathan Druart
on 2017-02-16 10:45:43 UTC
(
hide
)
Description:
Bug 18040: Updating buttons in Tools -> Upload local cover image
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-02-16 10:45:43 UTC
Size:
1.73 KB
patch
obsolete
>From 32f227862c888a1f5ab25dc3bb1ad9be9e17453c Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >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 <mtompset@hotmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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(){ > <span class="required">Required</span> > </div> </li> > </ol> >- <fieldset class="action"><button class="submit">Upload file</button></fieldset> >+ <fieldset class="action"><button class="submit btn btn-default btn-sm">Upload file</button></fieldset> > </fieldset> > > <div id="uploadpanel"> >@@ -142,7 +142,7 @@ $(document).ready(function(){ > </li> > </ol> > </fieldset> >- <fieldset class="action"><input type="submit" value="Process images" /></fieldset> >+ <fieldset class="action"><button type="submit" class="btn btn-default btn-sm">Process images</button></fieldset> > </form> > > </div> >-- >2.9.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18040
:
59833
|
59884
|
60200
| 60316