| Lines 70-78
          
      
      
        Link Here | 
        
          | 70 | 		<td> | 70 | 		<td> | 
        
          | 71 |             [% IF ( QUEUED_MESSAGE.status == 'sent' ) %]sent | 71 |             [% IF ( QUEUED_MESSAGE.status == 'sent' ) %]sent | 
        
          | 72 |             [% ELSIF ( QUEUED_MESSAGE.status == 'pending' ) %]pending | 72 |             [% ELSIF ( QUEUED_MESSAGE.status == 'pending' ) %]pending | 
          
            
              | 73 |             [% ELSIF ( QUEUED_MESSAGE.status == 'failed' ) %]failed <div class="notice"><a href="/cgi-bin/koha/members/notices.pl?borrowernumber=[% borrowernumber %]&op=resend_notice&message_id=[% QUEUED_MESSAGE.message_id %]" title="Attempt to resend the notice">Resend</a></div> | 73 |             [% ELSIF ( QUEUED_MESSAGE.status == 'failed' ) %]failed | 
        
          | 74 |             [% ELSIF ( QUEUED_MESSAGE.status == 'deleted' ) %]deleted | 74 |             [% ELSIF ( QUEUED_MESSAGE.status == 'deleted' ) %]deleted | 
        
          | 75 |             [% ELSE %][% QUEUED_MESSAGE.status %][% END %] | 75 |             [% ELSE %][% QUEUED_MESSAGE.status %][% END %] | 
            
              |  |  | 76 |             [% IF ( QUEUED_MESSAGE.status != 'pending' ) %] | 
            
              | 77 |             <div class="notice"> | 
            
              | 78 |                 <form action="/cgi-bin/koha/members/notices.pl?borrowernumber=[% borrowernumber %]" method="POST"> | 
            
              | 79 |                     <input type="hidden" name="op" value="resend_notice" /> | 
            
              | 80 |                     <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> | 
            
              | 81 |                     <input type="hidden" name="message_id" value="[% QUEUED_MESSAGE.message_id %]" /> | 
            
              | 82 |                     <a href="#" onclick="$(this).closest('form').submit();return false;" title="Attempt to resend the notice">Resend</a> | 
            
              | 83 |                 </form> | 
            
              | 84 |             </div> | 
            
              | 85 |             [% END %] | 
        
          | 76 |         </td> | 86 |         </td> | 
        
          | 77 |         <td><span title="[% QUEUED_MESSAGE.time_queued %]">[% QUEUED_MESSAGE.time_queued | $KohaDates with_hours => 1 %]</span></td> | 87 |         <td><span title="[% QUEUED_MESSAGE.time_queued %]">[% QUEUED_MESSAGE.time_queued | $KohaDates with_hours => 1 %]</span></td> | 
        
          | 78 | 	    </tr> | 88 | 	    </tr> |