Lines 146-154
Link Here
|
146 |
<form action="/cgi-bin/koha/reserve/modrequest.pl" method="post"> |
146 |
<form action="/cgi-bin/koha/reserve/modrequest.pl" method="post"> |
147 |
[% INCLUDE 'csrf-token.inc' %] |
147 |
[% INCLUDE 'csrf-token.inc' %] |
148 |
<input type="hidden" name="from" value="circ" /> |
148 |
<input type="hidden" name="from" value="circ" /> |
149 |
<table id="holds-table" style="width: 100% !Important;"> |
149 |
<table id="holds-table" class="holds_table" style="width: 100% !Important;"> |
150 |
<thead> |
150 |
<thead> |
151 |
<tr> |
151 |
<tr> |
|
|
152 |
<th id="checkbox" data-colname="checkbox"><input type="checkbox" class="select_hold_all" /></th> |
152 |
<th>Hold date</th> |
153 |
<th>Hold date</th> |
153 |
<th class="anti-the">Title</th> |
154 |
<th class="anti-the">Title</th> |
154 |
<th>Call number</th> |
155 |
<th>Call number</th> |