Bugzilla – Attachment 39172 Details for
Bug 8688
Add a recall button to the biblio record details page.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8688: (follow-up) Fix quotes
Bug-8688-follow-up-Fix-quotes.patch (text/plain), 1.23 KB, created by
Bernardo Gonzalez Kriegel
on 2015-05-14 00:38:17 UTC
(
hide
)
Description:
Bug 8688: (follow-up) Fix quotes
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2015-05-14 00:38:17 UTC
Size:
1.23 KB
patch
obsolete
>From b9bae3305c628b5ff85971c2b584d9272b24be5f Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Wed, 13 May 2015 20:49:05 -0300 >Subject: [PATCH] Bug 8688: (follow-up) Fix quotes > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 97a08a7..f3e47c2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -200,7 +200,7 @@ function verify_images() { > function recall_item(itemnumber) { > var button = $("#recall_"+itemnumber); > >- if(!confirm(_('A request for the immediate return of the item will be sent to the user who currently has it in its possession.\n\nAre you sure you want to send a recall notice?'))) { >+ if(!confirm(_("A request for the immediate return of the item will be sent to the user who currently has it in its possession.\n\nAre you sure you want to send a recall notice?"))) { > return; > } > >-- >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 8688
:
11827
|
11828
|
11913
|
11914
|
11915
|
11916
|
17740
|
36741
|
38111
|
38118
|
38119
|
39169
|
39170
|
39171
|
39172
|
39173
|
46155
|
46158