Bugzilla – Attachment 74773 Details for
Bug 20616
Using "Edit serials" with no issues selected gives an ugly error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20616: (QA follow-up) Make alert translatable
Bug-20616-QA-follow-up-Make-alert-translatable.patch (text/plain), 1.12 KB, created by
Katrin Fischer
on 2018-04-24 05:46:19 UTC
(
hide
)
Description:
Bug 20616: (QA follow-up) Make alert translatable
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-04-24 05:46:19 UTC
Size:
1.12 KB
patch
obsolete
>From 1f3a36fcb2c906d229402c91b0aa11fc41170654 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 23 Apr 2018 04:15:56 +0000 >Subject: [PATCH] Bug 20616: (QA follow-up) Make alert translatable > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >index 64c856e..8ba7264 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >@@ -324,7 +324,7 @@ > $("form[name='edition']").on('submit', function(e){ > if ( $(this).find("input[name='serialid']:checked").size() == 0 ) { > e.preventDefault(); >- alert("You must select at least one serial to edit"); >+ alert(_("You must select at least one serial to edit")); > return 0; > } > return 1; >-- >2.1.4
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 20616
:
74766
|
74768
|
74772
| 74773