Bugzilla – Attachment 99240 Details for
Bug 24608
Allow modification of checkout due date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24608: (follow-up) Use strings.inc for "Edit"
Bug-24608-follow-up-Use-stringsinc-for-Edit.patch (text/plain), 1.91 KB, created by
Andrew Isherwood
on 2020-02-19 08:46:58 UTC
(
hide
)
Description:
Bug 24608: (follow-up) Use strings.inc for "Edit"
Filename:
MIME Type:
Creator:
Andrew Isherwood
Created:
2020-02-19 08:46:58 UTC
Size:
1.91 KB
patch
obsolete
>From af428c4bcd9eb093c7b3b2f01316581735cda0b8 Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Wed, 19 Feb 2020 08:45:41 +0000 >Subject: [PATCH] Bug 24608: (follow-up) Use strings.inc for "Edit" > >As per comment #14 >--- > koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc | 1 + > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc >index 3d4dcbd333..a832b414dd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc >@@ -43,6 +43,7 @@ > var RESUME = _("Resume"); > var SUSPEND = _("Suspend"); > var SAVE = _("Save"); >+ var EDIT = _("Edit"); > var SUSPEND_UNTIL = _("Suspend until:"); > var SUSPEND_HOLD_ON = _("Suspend hold on"); > var CLEAR_DATE_TO_SUSPEND_INDEFINITELY = _("Clear date to suspend indefinitely"); >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index d9295ed9e7..9346f2009c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -271,7 +271,7 @@ $(document).ready(function() { > due = "<div data-issue_id='"+ oObj.issue_id + "' style='white-space:nowrap'><span id='date_due_" + oObj.itemnumber + "' class='date_due'>" + due + "</span>"; > > if (canEditDueDates) { >- due += " <a href='#' class='edit_due_date_btn btn btn-default btn-xs'><i class='fa fa-pencil'></i> Edit</a></div>"; >+ due += " <a href='#' class='edit_due_date_btn btn btn-default btn-xs'><i class='fa fa-pencil'></i> " + EDIT + "</a></div>"; > } > > if ( oObj.lost && oObj.claims_returned ) { >-- >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 24608
:
98902
|
98903
|
98908
|
98909
|
98914
|
98915
|
98931
|
98932
|
99240
|
99880
|
99979
|
99986
|
99987
|
99988
|
99989
|
99990
|
126195
|
126196
|
126197
|
126198
|
126201