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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc (+9 lines)
Lines 67-69 var NO_LOCAL_JACKET = _("No cover image available"); Link Here
67
//]]>
67
//]]>
68
</script>
68
</script>
69
[% END %]
69
[% END %]
70
71
<script type="text/javascript" language="javascript">
72
$(document).ready(function() {
73
    $('.noEnterSubmit').keypress(function(e){
74
        if ( e.which == 13 ) return false;
75
        //if ( e.which == 13 ) e.preventDefault();
76
    });
77
});
78
</script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt (-2 / +1 lines)
Lines 183-189 function RemoveInstructor( cardnumber ) { Link Here
183
183
184
                                        <fieldset>
184
                                        <fieldset>
185
                                            <label for="find_instructor">Instructor Search:</label>
185
                                            <label for="find_instructor">Instructor Search:</label>
186
                                            <input autocomplete="off" id="find_instructor" type="text" style="width:150px" />
186
                                            <input autocomplete="off" id="find_instructor" type="text" style="width:150px" class="noEnterSubmit"/>
187
                                            <div id="find_instructor_container"></div>
187
                                            <div id="find_instructor_container"></div>
188
                                        </fieldset>
188
                                        </fieldset>
189
                                    <li>
189
                                    <li>
190
- 

Return to bug 8215