Bugzilla – Attachment 74537 Details for
Bug 18426
Subscriptions batch editing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18426: Replace 'Modify' with 'Edit'
Bug-18426-Replace-Modify-with-Edit.patch (text/plain), 1.95 KB, created by
Jonathan Druart
on 2018-04-19 10:29:06 UTC
(
hide
)
Description:
Bug 18426: Replace 'Modify' with 'Edit'
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-04-19 10:29:06 UTC
Size:
1.95 KB
patch
obsolete
>From 6204c76ff986c39f610604a4ce6ff927a8f36103 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 19 Apr 2018 07:27:07 -0300 >Subject: [PATCH] Bug 18426: Replace 'Modify' with 'Edit' > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt >index 491b8404c3..08f46f759f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt >@@ -41,7 +41,7 @@ > <a class="clear-all" href="#" data-tab="[% tab %]"><i class="fa fa-remove"></i> Clear all</a> > <span class="itemselection_actions"> > | Actions: >- <a class="itemselection_action_modify"><i class="fa fa-pencil"></i> Modify selected serials</a> >+ <a class="itemselection_action_modify"><i class="fa fa-pencil"></i> Edit selected serials</a> > </span> > </div> > [% END %] >@@ -409,7 +409,7 @@ > [% Asset.js("js/serials-toolbar.js") %] > <script type="text/javascript"> > >- function itemSelectionBuildModifyLink(div) { >+ function itemSelectionBuildEditLink(div) { > var subscription_ids = new Array(); > $("input[name='subscriptionid'][type='checkbox']:checked", div).each(function() { > subscription_ids.push($(this).val()); >@@ -426,7 +426,7 @@ > > function itemSelectionBuildActionLinks(tab) { > var div = $("#" + tab); >- var modify_link_ok = itemSelectionBuildModifyLink(div); >+ var modify_link_ok = itemSelectionBuildEditLink(div); > if (modify_link_ok) { > $('.itemselection_actions', div).show(); > } else { >-- >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 18426
:
62119
|
62120
|
64198
|
74393
|
74394
|
74395
|
74396
|
74458
|
74536
|
74537
|
74676
|
74677
|
74678
|
74679
|
74680
|
74681