Bugzilla – Attachment 148361 Details for
Bug 32986
Add ability to generate custom slips for patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32986: (follow-up) Restore styling for print button
Bug-32986-follow-up-Restore-styling-for-print-butt.patch (text/plain), 2.73 KB, created by
Nick Clemens (kidclamp)
on 2023-03-17 15:05:55 UTC
(
hide
)
Description:
Bug 32986: (follow-up) Restore styling for print button
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-03-17 15:05:55 UTC
Size:
2.73 KB
patch
obsolete
>From b4cf60550994cc964a735abf8baa76f595e0b2b5 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 17 Mar 2023 15:04:42 +0000 >Subject: [PATCH] Bug 32986: (follow-up) Restore styling for print button > >To test: >Apply >yarn build >COnfirm display of printer icon is restored >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 3 +-- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 4 ++-- > 2 files changed, 3 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index 9b1534fdbd..82d51e86a0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -2520,8 +2520,7 @@ td.bundle { > } > } > >-#printclearscreen, >-#printclearscreenq { >+.printclearscreen { > position: absolute; > right: 43px; > top: 0; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 3d3cebee2f..c735c863c9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -649,10 +649,10 @@ > > [% IF Koha.Preference('DisplayClearScreenButton') == 'issueslip' %] > <span id="clearscreen"><a href="/cgi-bin/koha/circ/circulation.pl" title="Clear screen">x</a></span> >- <span class="printslip" data-clear="true" data-code="issueslip"><a href="#" title="Print slip and clear screen"><i class="fa fa-print"></i></a></span> >+ <span class="printslip printclearscreen" data-clear="true" data-code="issueslip"><a href="#" title="Print slip and clear screen"><i class="fa fa-print"></i></a></span> > [% ELSIF Koha.Preference('DisplayClearScreenButton') == 'issueqslip' %] > <span id="clearscreen"><a href="/cgi-bin/koha/circ/circulation.pl" title="Clear screen">x</a></span> >- <span class="printslip" data-clear="true" data-code="issueqslip"><a href="#" title="Print quick slip and clear screen"><i class="fa fa-print"></i></a></span> >+ <span class="printslip printclearscreen" data-clear="true" data-code="issueqslip"><a href="#" title="Print quick slip and clear screen"><i class="fa fa-print"></i></a></span> > [% END %] > > [% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] >-- >2.30.2
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 32986
:
146750
|
148267
|
148361
|
148374
|
148376
|
149506
|
149507
|
153479
|
153480
|
153481
|
153482
|
156800
|
158399
|
158400
|
158401
|
158402
|
158403
|
158404
|
158405
|
158523