Bugzilla – Attachment 153837 Details for
Bug 34354
Job progress typo
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34354: Fix progess typo
Bug-34354-Fix-progess-typo.patch (text/plain), 2.27 KB, created by
Pedro Amorim
on 2023-07-24 13:36:41 UTC
(
hide
)
Description:
Bug 34354: Fix progess typo
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-07-24 13:36:41 UTC
Size:
2.27 KB
patch
obsolete
>From 50fd56f2d36c00efa0bbf4b096ce0d91ccc31d26 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 24 Jul 2023 13:36:02 +0000 >Subject: [PATCH] Bug 34354: Fix progess typo > >--- > .../en/includes/str/{job_progess.inc => job_progress.inc} | 2 +- > .../intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt | 4 ++-- > .../intranet-tmpl/prog/js/{job_progess.js => job_progress.js} | 0 > 3 files changed, 3 insertions(+), 3 deletions(-) > rename koha-tmpl/intranet-tmpl/prog/en/includes/str/{job_progess.inc => job_progress.inc} (87%) > rename koha-tmpl/intranet-tmpl/prog/js/{job_progess.js => job_progress.js} (100%) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/str/job_progess.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/str/job_progress.inc >similarity index 87% >rename from koha-tmpl/intranet-tmpl/prog/en/includes/str/job_progess.inc >rename to koha-tmpl/intranet-tmpl/prog/en/includes/str/job_progress.inc >index 9e85c25810..7fc7f2a349 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/str/job_progess.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/str/job_progress.inc >@@ -1,4 +1,4 @@ >-<!-- str/job_progess.inc --> >+<!-- str/job_progress.inc --> > <script> > var JOB_PROGRESS_NOT_STARTED = _("Not started"); > var JOB_PROGRESS_STARTED = _("Started"); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >index 5da5e4e88a..be7669afff 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >@@ -251,8 +251,8 @@ > [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %] > [% Asset.js("js/file-upload.js") | $raw %] > >- [% INCLUDE 'str/job_progess.inc' job_id=job_id %] >- [% Asset.js("js/job_progess.js") | $raw %] >+ [% INCLUDE 'str/job_progress.inc' job_id=job_id %] >+ [% Asset.js("js/job_progress.js") | $raw %] > <script> > var xhr; > var PROFILE_SAVE_MSG = _("Profile saved"); >diff --git a/koha-tmpl/intranet-tmpl/prog/js/job_progess.js b/koha-tmpl/intranet-tmpl/prog/js/job_progress.js >similarity index 100% >rename from koha-tmpl/intranet-tmpl/prog/js/job_progess.js >rename to koha-tmpl/intranet-tmpl/prog/js/job_progress.js >-- >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 34354
:
153837
|
153840
|
153984