Bugzilla – Attachment 78916 Details for
Bug 21346
Clean up dialogs in returns.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21346: Update buttons on transfer only
Bug-21346-Update-buttons-on-transfer-only.patch (text/plain), 1.71 KB, created by
ByWater Sandboxes
on 2018-09-15 23:58:59 UTC
(
hide
)
Description:
Bug 21346: Update buttons on transfer only
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2018-09-15 23:58:59 UTC
Size:
1.71 KB
patch
obsolete
>From e0d34ccdaee27e1e018d776246c50a1fe54fa3e2 Mon Sep 17 00:00:00 2001 >From: Christopher Brannon <cbrannon@cdalibrary.org> >Date: Sat, 15 Sep 2018 23:14:28 +0000 >Subject: [PATCH] Bug 21346: Update buttons on transfer only > >Added a confirm only button and updated text on print button for the >transfer dialog so you are not forced to print. > >Signed-off-by: Spencer <ssmith3@mckinneytexas.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 54cdea023e..cdc7a33765 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -188,7 +188,10 @@ > > </div> > <div class="modal-footer"> >- <button type="button" class="openWin btn btn-default print" data-url="transfer-slip.pl?transferitem=[% itemnumber | html %]&branchcode=[% returnbranch | html %]&op=slip" onclick="this.form.submit();"><i class="fa fa-print"></i> Print slip >+ <button type="submit" class="btn btn-default approve" data-dismiss="modal"> >+ <i class="fa fa-check"></i> Confirm >+ </button> >+ <button type="button" class="openWin btn btn-default print" data-url="transfer-slip.pl?transferitem=[% itemnumber | html %]&branchcode=[% returnbranch | html %]&op=slip" onclick="this.form.submit();"><i class="fa fa-print"></i> Print slip and confirm > </button> > </div> > </form> >-- >2.11.0
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 21346
:
78724
|
78726
|
78902
|
78915
|
78916
|
78942
|
78943
|
79685
|
79686
|
80879
|
81100
|
81836
|
81853
|
81921
|
81924
|
82049
|
82189
|
82190
|
82191
|
82192
|
82891
|
87625
|
87626
|
87627
|
87628
|
87894
|
87895
|
87896
|
87898