Bugzilla – Attachment 58389 Details for
Bug 17808
When editing circulation conditions, only ask for confirmation when there is already a rule selected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17808: String change - message showing for rule edit confirmation
Bug-17808-String-change---message-showing-for-rule.patch (text/plain), 1.15 KB, created by
Bouzid Fergani
on 2016-12-22 14:39:15 UTC
(
hide
)
Description:
Bug 17808: String change - message showing for rule edit confirmation
Filename:
MIME Type:
Creator:
Bouzid Fergani
Created:
2016-12-22 14:39:15 UTC
Size:
1.15 KB
patch
obsolete
>From b205973c7555efb69a7a62e37ce5ec70236f427d Mon Sep 17 00:00:00 2001 >From: Bouzid Fergani <bouzid.fergani@inlibro.com> >Date: Thu, 22 Dec 2016 09:37:06 -0500 >Subject: [PATCH] Bug 17808: String change - message showing for rule edit > confirmation > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index 3ee5e5f..3f51d65 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -42,7 +42,7 @@ $(document).ready(function() { > }); > $(".editrule").click(function(){ > if ( $(edit_row).find("input[type='text'][value!='']").length > 0 ) { >- var edit = confirm(_("Are you sure you want to edit another rule?")); >+ var edit = confirm(_("Are you sure you want to edit this rule?")); > if (!edit) return false; > } > $('#default-circulation-rules td').removeClass('highlighted-row'); >-- >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 17808
:
58389
|
58408
|
58652
|
58983