Bugzilla – Attachment 20613 Details for
Bug 10668
Improve suggestion detail page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 10668 - Improve suggestion detail page - QA Followup
PASSED-QA-Bug-10668---Improve-suggestion-detail-pa.patch (text/plain), 1.24 KB, created by
Katrin Fischer
on 2013-08-25 22:05:49 UTC
(
hide
)
Description:
[PASSED QA] Bug 10668 - Improve suggestion detail page - QA Followup
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-08-25 22:05:49 UTC
Size:
1.24 KB
patch
obsolete
>From a09654f75c268638a8e80b428ae00fa00e35e5b6 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 2 Aug 2013 12:52:04 -0400 >Subject: [PATCH] [PASSED QA] Bug 10668 - Improve suggestion detail page - QA > Followup > >Signed-off-by: Srdjan <srdjan@catalyst.net.nz> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > .../prog/en/modules/suggestion/suggestion.tt | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index 9fd2e67..fc2d438 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -21,12 +21,7 @@ > // <![CDATA[ > $(document).ready(function(){ > $("#deletesuggestion").on("click",function(){ >- var is_confirmed = confirm(_("Are you sure you want to delete this suggestion?")); >- if (is_confirmed) { >- return true; >- } else { >- return false; >- } >+ return confirm(_("Are you sure you want to delete this suggestion?")); > }); > }); > // ]]> >-- >1.7.9.5
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 10668
:
20018
|
20072
|
20073
|
20102
|
20612
| 20613