Bug 27796: (QA follow-up) Missing filters
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / patron-return-claims.inc
1 <div id="return-claims">
2   <table id="return-claims-table" class="table table-bordered table-striped">
3       <thead>
4           <tr>
5               <th class="return-claim-id">Claim ID</th>
6               <th class="return-claim-record-title anti-the">Title</th>
7               <th class="return-claim-notes">Notes</th>
8               <th class="return-claim-created-on">Created on</th>
9               <th class="return-claim-updated-on">Updated on</th>
10               <th class="return-claim-resolution">Resolution</th>
11               <th class="return-claim-actions">&nbsp;</th>
12           </tr>
13       </thead>
14   </table>
15 </div>