View | Details | Raw Unified | Return to bug 11127
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-1 / +1 lines)
Lines 290-296 Link Here
290
        enableCheckboxActions();
290
        enableCheckboxActions();
291
        $("#myform").on('submit', function() {
291
        $("#myform").on('submit', function() {
292
          if ( $("input:checked").size() < 1 ) {
292
          if ( $("input:checked").size() < 1 ) {
293
            alert(MSG_NO_RECORD_SELECTED);
293
            alert(MSG_NO_SUGGESTION_SELECTED);
294
            return false;
294
            return false;
295
          }
295
          }
296
          return true;
296
          return true;
(-)a/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc (-1 / +1 lines)
Lines 94-99 Link Here
94
	[% IF ( SyndeticsCoverImages ) %]$(window).load(function() {
94
	[% IF ( SyndeticsCoverImages ) %]$(window).load(function() {
95
            verify_images();
95
            verify_images();
96
         });[% END %]
96
         });[% END %]
97
    var MSG_NO_SUGGESTION_SELECTED = _("No suggestion was selected");
97
    //]]>
98
    //]]>
98
</script>
99
</script>
99
<script id="region-opacuserjs" type="text/javascript">
100
<script id="region-opacuserjs" type="text/javascript">
100
- 

Return to bug 11127