Bugzilla – Attachment 48984 Details for
Bug 16051
Styling buttons in stage MARC records for import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16051: Styling buttons
Bug-16051-Styling-buttons.patch (text/plain), 2.11 KB, created by
Aleisha Amohia
on 2016-03-11 00:35:52 UTC
(
hide
)
Description:
Bug 16051: Styling buttons
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-03-11 00:35:52 UTC
Size:
2.11 KB
patch
obsolete
>From 938ee416c21b31d2a15220c3138bf1ce555fabf7 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Fri, 11 Mar 2016 00:33:17 +0000 >Subject: [PATCH] Bug 16051: Styling buttons > >This patch styles all the buttons with <button> tags and font awesome classes. > >Buttons to test/confirm on tools/stage-marc-import.pl: > >-Upload file button >-Cancel button (which shows up in the place of Upload file when you click it) >-Stage for import button (which shows up once your file has uploaded) > >Sponsored-by: Catalyst IT >--- > .../intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >index 67a07f4..ecb8a08 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >@@ -132,8 +132,8 @@ function cbUpload( status, fileid ) { > </div> </li> > </ol> > <fieldset class="action"> >- <button id="fileuploadbutton" onclick="StartUpload(); return false;">Upload file</button> >- <button id="fileuploadcancel" onclick="CancelUpload(); return false;">Cancel</button> >+ <button id="fileuploadbutton" class="btn btn-default" onclick="StartUpload(); return false;">Upload file</button> >+ <button id="fileuploadcancel" class="btn btn-default" onclick="CancelUpload(); return false;">Cancel</button> > </fieldset> > </fieldset> > >@@ -241,7 +241,7 @@ function cbUpload( status, fileid ) { > </li> > </ol> > </fieldset> >- <fieldset class="action"><input type="button" id="mainformsubmit" onclick="return CheckForm(this.form);" value="Stage for import" /></fieldset> >+ <fieldset class="action"><button id="mainformsubmit" onclick="return CheckForm(this.form);" class="btn btn-default">Stage for import</button></fieldset> > > <div id="jobpanel"><div id="jobstatus">Job progress: <div id="jobprogress"></div> <span id="jobprogresspercent">0</span>%</div> > <div id="jobfailed"></div></div> >-- >1.7.10.4
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 16051
: 48984