Bugzilla – Attachment 33577 Details for
Bug 10473
Prompt for confirmation if more than 99 items are being added
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10473: (RM followup) small wording change
Bug-10473-RM-followup-small-wording-change.patch (text/plain), 1.30 KB, created by
Tomás Cohen Arazi (tcohen)
on 2014-11-14 16:15:43 UTC
(
hide
)
Description:
Bug 10473: (RM followup) small wording change
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-11-14 16:15:43 UTC
Size:
1.30 KB
patch
obsolete
>From 63dd425a46de599be25bb2ccb10bd3726d355de8 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Fri, 14 Nov 2014 13:06:21 -0300 >Subject: [PATCH] Bug 10473: (RM followup) small wording change > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >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 51de9c8..9cdc1cf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -82,12 +82,12 @@ function Check(f) { > function CheckMultipleAdd(f) { > > if (!f || isNaN(f) || !parseInt(f) == f || f <= 0) { >- alert(_("Please enter a number of items to create.")); >- return false; >+ alert(_("Please enter a number of items to create.")); >+ return false; > } > <!-- Add a soft-limit of 99 with a reminder about potential data entry error --> > if (f>99) { >- return confirm(_("More than 99 copies will be added. Should they be added?")); >+ return confirm(_("You are about to add %s items. Continue?").format(f)); > } > } > function Dopop(link,i) { >-- >1.9.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 10473
:
19030
|
31722
|
31780
|
31889
|
31890
| 33577