Bugzilla – Attachment 57419 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: Update javascript files
Bug-16239-Update-javascript-files.patch (text/plain), 2.33 KB, created by
Josef Moravec
on 2016-11-10 10:04:45 UTC
(
hide
)
Description:
Bug 16239: Update javascript files
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2016-11-10 10:04:45 UTC
Size:
2.33 KB
patch
obsolete
>From a4a1243161b37199edadae1e7f8efef48700b023 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Thu, 10 Nov 2016 09:59:00 +0000 >Subject: [PATCH] Bug 16239: Update javascript files > >--- > koha-tmpl/intranet-tmpl/prog/js/holds.js | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/holds.js b/koha-tmpl/intranet-tmpl/prog/js/holds.js >index 8d51474..cf03faf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/holds.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/holds.js >@@ -152,10 +152,10 @@ $(document).ready(function() { > if ( oObj.found ) { > return ""; > } else if ( oObj.suspend == 1 ) { >- return "<a class='hold-resume btn btn-mini' id='resume" + oObj.reserve_id + "'>" >+ return "<a class='hold-resume btn btn-default btn-xs' id='resume" + oObj.reserve_id + "'>" > + "<i class='fa fa-play'></i> " + RESUME + "</a>"; > } else { >- return "<a class='hold-suspend btn btn-mini' id='suspend" + oObj.reserve_id + "'>" >+ return "<a class='hold-suspend btn btn-default btn-xs' id='suspend" + oObj.reserve_id + "'>" > + "<i class='fa fa-pause'></i> " + SUSPEND + "</a>"; > } > } >@@ -229,7 +229,9 @@ $(document).ready(function() { > } > > $("body").append("\ >- <div id='suspend-modal' class='modal hide fade' tabindex='-1' role='dialog' aria-hidden='true'>\ >+ <div id='suspend-modal' class='modal fade' tabindex='-1' role='dialog' aria-hidden='true'>\ >+ <div class='modal-dialog'>\ >+ <div class='modal-content'>\ > <form id='suspend-modal-form' class='form-inline'>\ > <div class='modal-header'>\ > <button type='button' class='closebtn' data-dismiss='modal' aria-hidden='true'>Ã</button>\ >@@ -251,6 +253,8 @@ $(document).ready(function() { > <a href='#' data-dismiss='modal' aria-hidden='true' class='cancel'>" + CANCEL + "</a>\ > </div>\ > </form>\ >+ </div>\ >+ </div>\ > </div>\ > "); > >-- >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