Bugzilla – Attachment 56538 Details for
Bug 16239
Upgrade Bootstrap in the staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16239: Get rid of icon-* classes
Bug-16239-Get-rid-of-icon--classes.patch (text/plain), 1.96 KB, created by
Josef Moravec
on 2016-10-14 13:22:11 UTC
(
hide
)
Description:
Bug 16239: Get rid of icon-* classes
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2016-10-14 13:22:11 UTC
Size:
1.96 KB
patch
obsolete
>From 7f902c5c670d6d526dae5363614f9ffaaaa6c787 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Fri, 14 Oct 2016 12:42:04 +0200 >Subject: [PATCH] Bug 16239: Get rid of icon-* classes > >--- > koha-tmpl/intranet-tmpl/prog/css/cateditor.css | 2 +- > koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css b/koha-tmpl/intranet-tmpl/prog/css/cateditor.css >index 800b1a2..6840d0c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/cateditor.css >@@ -283,7 +283,7 @@ body { > width: 14em; > } > >-.icon-loading { >+.fa.fa-spinner { > display: inline-block; > height: 16px; > width: 16px; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc >index 6e2d91c..14e9023 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc >@@ -838,7 +838,7 @@ require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr > > // Click bindings > $( '#save-record, #save-dropdown a' ).click( function() { >- $( '#save-record' ).find('i').attr( 'class', 'icon-loading' ).siblings( 'span' ).text( _("Saving...") ); >+ $( '#save-record' ).find('i').attr( 'class', 'fa fa-spinner' ).siblings( 'span' ).text( _("Saving...") ); > > function finishCb(result) { > if ( result.error == 'syntax' ) { >@@ -882,7 +882,7 @@ require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr > } > } ); > >- $( '#save-record' ).find('i').attr( 'class', 'icon-hdd' ); >+ $( '#save-record' ).find('i').attr( 'class', 'fa fa-hdd-o' ); > > if ( result.error ) { > // Reset backend info >-- >2.1.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 16239
:
56159
|
56160
|
56161
|
56162
|
56163
|
56201
|
56329
|
56330
|
56331
|
56332
|
56333
|
56334
|
56335
|
56529
|
56530
|
56531
|
56532
|
56533
|
56534
|
56535
|
56536
|
56537
|
56538
|
56539
|
56563
|
56729
|
56730
|
56731
|
56732
|
57016
|
57017
|
57018
|
57019
|
57020
|
57021
|
57022
|
57374
|
57375
|
57376
|
57377
|
57378
|
57379
|
57381
|
57416
|
57417
|
57418
|
57419
|
57420
|
57772
|
57773
|
57774
|
57775
|
57776
|
58067
|
58068
|
58069
|
58070
|
58071
|
58317
|
58318
|
58319
|
58320
|
58321
|
58322
|
58323
|
58678
|
58679
|
58680
|
58681
|
58682
|
58683
|
58691
|
58697
|
58722
|
58729
|
58731
|
58732
|
58733
|
58734
|
58735
|
58736
|
58737
|
58738