| Lines 404-411
          
      
      
        Link Here | 
        
          | 404 |                                                 [% IF ( Koha.Preference('AllowCheckoutNotes') ) %] | 404 |                                                 [% IF ( Koha.Preference('AllowCheckoutNotes') ) %] | 
        
          | 405 |                                                     <td class="note"> | 405 |                                                     <td class="note"> | 
        
          | 406 |                                                         <input type="text" name="note" data-issue_id="[% ISSUE.issue_id | html %]" data-origvalue="[% ISSUE.note | html %]" value="[% ISSUE.note | html %]" readonly> | 406 |                                                         <input type="text" name="note" data-issue_id="[% ISSUE.issue_id | html %]" data-origvalue="[% ISSUE.note | html %]" value="[% ISSUE.note | html %]" readonly> | 
          
            
              | 407 |                                                         <a class="btn js_submitnote" id="save_[% ISSUE.issue_id | html %]" style="display:none;">Submit note</a> | 407 |                                                         <button type="button" class="btn btn-primary btn-sm js_submitnote" id="save_[% ISSUE.issue_id | html %]" style="display:none;">Submit note</button> | 
            
              | 408 |                                                         <a class="btn nonjs_submitnote" href="/cgi-bin/koha/opac-issue-note.pl?issue_id=[% ISSUE.issue_id | url %]">Edit / Create note</a> | 408 |                                                         <button type="button" class="btn btn-primary btn-sm nonjs_submitnote" href="/cgi-bin/koha/opac-issue-note.pl?issue_id=[% ISSUE.issue_id | url %]">Edit / Create note</button> | 
        
          | 409 |                                                     </td> | 409 |                                                     </td> | 
        
          | 410 |                                                 [% END %] | 410 |                                                 [% END %] | 
        
          | 411 |                                             </tr> | 411 |                                             </tr> | 
            
              | 412 | -  |  |  |