| Lines 263-271
          
      
      
        Link Here | 
        
          | 263 |                             <input type="hidden" name="method" value="delete" /> | 263 |                             <input type="hidden" name="method" value="delete" /> | 
        
          | 264 |                             <input type="hidden" name="confirmed" value="1" /> | 264 |                             <input type="hidden" name="confirmed" value="1" /> | 
        
          | 265 |                             <input type="hidden" name="illrequest_id" value="[% request.id | html %]" /> | 265 |                             <input type="hidden" name="illrequest_id" value="[% request.id | html %]" /> | 
          
            
              | 266 |                             <button type="submit" class="btn btn-default btn-sm approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button> | 266 |                             <button type="submit" class="btn btn-default approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button> | 
        
          | 267 |                         </form> | 267 |                         </form> | 
          
            
              | 268 |                         <a class="btn btn-default btn-sm deny" href="/cgi-bin/koha/ill/ill-requests.pl?method=illview&illrequest_id=[% request.id | html %]"><i class="fa fa-fw fa-remove"></i>No, do not delete</a> | 268 |                         <a class="btn btn-default deny" href="/cgi-bin/koha/ill/ill-requests.pl?method=illview&illrequest_id=[% request.id | html %]"><i class="fa fa-fw fa-remove"></i>No, do not delete</a> | 
        
          | 269 |                     </div> | 269 |                     </div> | 
        
          | 270 |  | 270 |  | 
        
          | 271 |                 [% ELSIF query_type == 'illview' %] | 271 |                 [% ELSIF query_type == 'illview' %] | 
  
    | Lines 281-287
          
      
      
        Link Here | 
        
          | 281 |  | 281 |  | 
        
          | 282 |                     <h1>Manage ILL request</h1> | 282 |                     <h1>Manage ILL request</h1> | 
        
          | 283 |                     <div id="request-toolbar" class="btn-toolbar"> | 283 |                     <div id="request-toolbar" class="btn-toolbar"> | 
          
            
              | 284 |                         <a title="Edit request" id="ill-toolbar-btn-edit-action" class="btn btn-sm btn-default" href="/cgi-bin/koha/ill/ill-requests.pl?method=edit_action&illrequest_id=[% request.illrequest_id | html %]"> | 284 |                         <a title="Edit request" id="ill-toolbar-btn-edit-action" class="btn btn-default" href="/cgi-bin/koha/ill/ill-requests.pl?method=edit_action&illrequest_id=[% request.illrequest_id | html %]"> | 
        
          | 285 |                         <span class="fa fa-pencil"></span> | 285 |                         <span class="fa fa-pencil"></span> | 
        
          | 286 |                         Edit request | 286 |                         Edit request | 
        
          | 287 |                         </a> | 287 |                         </a> | 
  
    | Lines 289-295
          
      
      
        Link Here | 
        
          | 289 |                             [% IF action.method == 'migrate' %] | 289 |                             [% IF action.method == 'migrate' %] | 
        
          | 290 |                                 [% IF backends.size > 2 %] | 290 |                                 [% IF backends.size > 2 %] | 
        
          | 291 |                                     <div class="dropdown btn-group"> | 291 |                                     <div class="dropdown btn-group"> | 
          
            
              | 292 |                                         <button class="btn btn-sm btn-default dropdown-toggle" type="button" id="ill-migrate-dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> | 292 |                                         <button class="btn btn-default dropdown-toggle" type="button" id="ill-migrate-dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> | 
        
          | 293 |                                             <i class="fa [% action.ui_method_icon | html %]"></i> [% action.ui_method_name | html %] <span class="caret"></span> | 293 |                                             <i class="fa [% action.ui_method_icon | html %]"></i> [% action.ui_method_name | html %] <span class="caret"></span> | 
        
          | 294 |                                         </button> | 294 |                                         </button> | 
        
          | 295 |                                         <ul class="dropdown-menu" aria-labelledby="ill-migrate-dropdown"> | 295 |                                         <ul class="dropdown-menu" aria-labelledby="ill-migrate-dropdown"> | 
  
    | Lines 303-309
          
      
      
        Link Here | 
        
          | 303 |                                 [% ELSIF backends.size == 2 %] | 303 |                                 [% ELSIF backends.size == 2 %] | 
        
          | 304 |                                     [% FOREACH backend IN backends %] | 304 |                                     [% FOREACH backend IN backends %] | 
        
          | 305 |                                         [% IF backend != request.backend %] | 305 |                                         [% IF backend != request.backend %] | 
          
            
              | 306 |                                             <a title="[% action.ui_method_name | html %]" id="ill-toolbar-btn-[% action.id | lower | html %]" class="btn btn-sm btn-default" href="/cgi-bin/koha/ill/ill-requests.pl?method=[% action.method | uri %]&illrequest_id=[% request.illrequest_id | uri %]&backend=[% backend | uri %]"> | 306 |                                             <a title="[% action.ui_method_name | html %]" id="ill-toolbar-btn-[% action.id | lower | html %]" class="btn btn-default" href="/cgi-bin/koha/ill/ill-requests.pl?method=[% action.method | uri %]&illrequest_id=[% request.illrequest_id | uri %]&backend=[% backend | uri %]"> | 
        
          | 307 |                                             <span class="fa [% action.ui_method_icon | html %]"></span> | 307 |                                             <span class="fa [% action.ui_method_icon | html %]"></span> | 
        
          | 308 |                                             [% action.ui_method_name | html %] | 308 |                                             [% action.ui_method_name | html %] | 
        
          | 309 |                                             </a> | 309 |                                             </a> | 
  
    | Lines 311-327
          
      
      
        Link Here | 
        
          | 311 |                                     [% END %] | 311 |                                     [% END %] | 
        
          | 312 |                                 [% END %] | 312 |                                 [% END %] | 
        
          | 313 |                             [% ELSIF action.method != 0 %] | 313 |                             [% ELSIF action.method != 0 %] | 
          
            
              | 314 |                                 <a title="[% action.ui_method_name | html %]" id="ill-toolbar-btn-[% action.id | lower | html %]" class="btn btn-sm btn-default" href="/cgi-bin/koha/ill/ill-requests.pl?method=[% action.method | uri %]&illrequest_id=[% request.illrequest_id | uri %]"> | 314 |                                 <a title="[% action.ui_method_name | html %]" id="ill-toolbar-btn-[% action.id | lower | html %]" class="btn btn-default" href="/cgi-bin/koha/ill/ill-requests.pl?method=[% action.method | uri %]&illrequest_id=[% request.illrequest_id | uri %]"> | 
        
          | 315 |                                 <span class="fa [% action.ui_method_icon | html %]"></span> | 315 |                                 <span class="fa [% action.ui_method_icon | html %]"></span> | 
        
          | 316 |                                 [% action.ui_method_name | html %] | 316 |                                 [% action.ui_method_name | html %] | 
        
          | 317 |                                 </a> | 317 |                                 </a> | 
        
          | 318 |                             [% END %] | 318 |                             [% END %] | 
        
          | 319 |                         [% END %] | 319 |                         [% END %] | 
          
            
              | 320 |                         <a title="Display supplier metadata" id="ill-request-display-metadata" class="btn btn-sm btn-default pull-right" href="#"> | 320 |                         <a title="Display supplier metadata" id="ill-request-display-metadata" class="btn btn-default pull-right" href="#"> | 
        
          | 321 |                             <span class="fa fa-eye"></span> | 321 |                             <span class="fa fa-eye"></span> | 
        
          | 322 |                             Display supplier metadata | 322 |                             Display supplier metadata | 
        
          | 323 |                         </a> | 323 |                         </a> | 
          
            
              | 324 |                         <a title="ILL request log" id="ill-request-display-log" class="btn btn-sm btn-default pull-right" href="#"> | 324 |                         <a title="ILL request log" id="ill-request-display-log" class="btn btn-default pull-right" href="#"> | 
        
          | 325 |                             <span class="fa fa-calendar"></span> | 325 |                             <span class="fa fa-calendar"></span> | 
        
          | 326 |                             ILL request log | 326 |                             ILL request log | 
        
          | 327 |                         </a> | 327 |                         </a> |