Bugzilla – Attachment 57381 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: Rebased on master on 2016-11-09, commit 80c80ca
Bug-16239-Rebased-on-master-on-2016-11-09-commit-8.patch (text/plain), 6.28 KB, created by
Josef Moravec
on 2016-11-09 11:25:49 UTC
(
hide
)
Description:
Bug 16239: Rebased on master on 2016-11-09, commit 80c80ca
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2016-11-09 11:25:49 UTC
Size:
6.28 KB
patch
obsolete
>From ee385ec4cced4fdc97150ea70a7f76b768398366 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Tue, 1 Nov 2016 11:45:35 +0100 >Subject: [PATCH] Bug 16239: Rebased on master on 2016-11-09, commit 80c80ca > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt | 6 +++--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt | 2 +- > 5 files changed, 7 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >index 46e9ed1..3d6b23b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >@@ -262,7 +262,7 @@ CAN_user_serials_create_subscription ) %] > [% END %] > > [% IF Koha.Preference('ArticleRequests') %] >- <div class="btn-group"><a id="placehold" class="btn btn-small" href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% biblionumber %]"><i class="fa fa-file-text-o"></i> Request article</a></div> >+ <div class="btn-group"><a id="placehold" class="btn btn-default btn-sm" href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% biblionumber %]"><i class="fa fa-file-text-o"></i> Request article</a></div> > [% END %] > > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index 1000c03..2cc5f51 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -206,7 +206,7 @@ > <form action="/cgi-bin/koha/acqui/basket.pl" method="post"> > <input type="hidden" name="op" value="email" /> > <input type="hidden" name="basketno" value="[% basketno %]" /> >- <button type="submit" class="btn btn-small" id="emailvendorbutton"><i class="fa fa-envelope"></i> E-mail order</button> >+ <button type="submit" class="btn btn-default btn-sm" id="emailvendorbutton"><i class="fa fa-envelope"></i> E-mail order</button> > </form> > </div> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt >index eec00d9..898e60a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt >@@ -71,7 +71,7 @@ $(document).ready(function() { > <td>[% field.field %]</td> > <td>[% field.fieldcode %]</td> > <td>[% field.subfieldcode %]</td> >- <td><a class="btn btn-mini" href="?op=delete&id=[% field.id %]&framework=[% field.framework %]"><i class="fa fa-trash"></i> Delete</a></td> >+ <td><a class="btn btn-default btn-xs" href="?op=delete&id=[% field.id %]&framework=[% field.framework %]"><i class="fa fa-trash"></i> Delete</a></td> > </tr> > [% END %] > </table>[% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt >index dfb7894..fd42baa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt >@@ -132,7 +132,7 @@ > [% END %] > [% END %] > </select> >- <button type="submit" class="btn btn-small" type="submit"> >+ <button type="submit" class="btn btn-default btn-sm" type="submit"> > <i class="fa fa-refresh"></i> Update > </button> > </form> >@@ -245,7 +245,7 @@ > <td class="ar-date"><span title="[% ar.created_on %]">[% ar.created_on | $KohaDates %]</span></td> > <td class="ar-actions"> > <div class="dropdown"> >- <a class="btn btn-mini dropdown-toggle" id="ar-actions" role="button" data-toggle="dropdown" href="#"> >+ <a class="btn btn-default btn-xs dropdown-toggle" id="ar-actions" role="button" data-toggle="dropdown" href="#"> > Actions <b class="caret"></b> > </a> > >@@ -373,7 +373,7 @@ > <td class="ar-date"><span title="[% ar.created_on %]">[% ar.created_on | $KohaDates %]</span></td> > <td class="ar-actions"> > <div class="dropdown"> >- <a class="btn btn-mini dropdown-toggle" id="ar-actions" role="button" data-toggle="dropdown" href="#"> >+ <a class="btn btn-default btn-xs dropdown-toggle" id="ar-actions" role="button" data-toggle="dropdown" href="#"> > Actions <b class="caret"></b> > </a> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt >index 6dcdd75..0a6d6f6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt >@@ -287,7 +287,7 @@ $(document).ready(function() { > [% END %] > > <p> >- <input type="submit" class="btn" value="Place request" /> >+ <input type="submit" class="btn btn-default" value="Place request" /> > </p> > </form> > [% ELSE %] >-- >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