Bugzilla – Attachment 26073 Details for
Bug 11127
OPAC suggestion: the delete link is active when no suggestion selected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11127: Define a specific message for suggestion
Bug-11127-Define-a-specific-message-for-suggestion.patch (text/plain), 1.58 KB, created by
Jonathan Druart
on 2014-03-11 11:07:43 UTC
(
hide
)
Description:
Bug 11127: Define a specific message for suggestion
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-03-11 11:07:43 UTC
Size:
1.58 KB
patch
obsolete
>From f6bc9d8d55d7aa96482321199a7ad935f6167dab Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 11 Mar 2014 12:07:13 +0100 >Subject: [PATCH] Bug 11127: Define a specific message for suggestion > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 2 +- > koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >index ff495cf..573cd37 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >@@ -290,7 +290,7 @@ > enableCheckboxActions(); > $("#myform").on('submit', function() { > if ( $("input:checked").size() < 1 ) { >- alert(MSG_NO_RECORD_SELECTED); >+ alert(MSG_NO_SUGGESTION_SELECTED); > return false; > } > return true; >diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc >index 66666f4..2a83496 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc >+++ b/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc >@@ -94,6 +94,7 @@ > [% IF ( SyndeticsCoverImages ) %]$(window).load(function() { > verify_images(); > });[% END %] >+ var MSG_NO_SUGGESTION_SELECTED = _("No suggestion was selected"); > //]]> > </script> > <script id="region-opacuserjs" type="text/javascript"> >-- >1.7.10.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 11127
:
22349
|
25818
|
25823
|
26073
|
26120
|
26168
|
26307
|
26308
|
26309