Bugzilla – Attachment 110906 Details for
Bug 25321
Move translatable strings out of strings.inc into the corresponding JavaScript
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25321: Remove 2 remaining occurrences of strings.inc
Bug-25321-Remove-2-remaining-occurrences-of-string.patch (text/plain), 1.62 KB, created by
Jonathan Druart
on 2020-09-29 12:27:38 UTC
(
hide
)
Description:
Bug 25321: Remove 2 remaining occurrences of strings.inc
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-09-29 12:27:38 UTC
Size:
1.62 KB
patch
obsolete
>From b6936cefed2ee90cf2b5cdc30fc49007a46de6e7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 29 Sep 2020 14:26:58 +0200 >Subject: [PATCH] Bug 25321: Remove 2 remaining occurrences of strings.inc > >They were used for browser.js >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 1 - > 2 files changed, 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index 70dbd7e5a9..8a165721f7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -10,7 +10,6 @@ > </script> > [% INCLUDE 'select2.inc' %] > [% Asset.js("js/cataloging.js") | $raw %] >-[% INCLUDE 'strings.inc' %] > [% Asset.js("js/browser.js") | $raw %] > <script> > var browser = KOHA.browser('[% searchid | html %]', parseInt('[% biblionumber | html %]', 10)); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index 9e506c72ca..d4581936da 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -14,7 +14,6 @@ > [% INCLUDE 'select2.inc' %] > [% Asset.js("js/cataloging.js") | $raw %] > [% INCLUDE 'columns_settings.inc' %] >-[% INCLUDE 'strings.inc' %] > [% Asset.js("js/browser.js") | $raw %] > [% INCLUDE 'calendar.inc' %] > [% INCLUDE 'str/cataloging_additem.inc' %] >-- >2.20.1
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 25321
:
106026
|
106027
|
109031
|
109858
|
109971
|
109984
|
110893
| 110906