Lines 174-179
$(document).ready(function() {
Link Here
|
174 |
'name': 'name_sorton', |
174 |
'name': 'name_sorton', |
175 |
'value': 'borrowers.surname borrowers.firstname' |
175 |
'value': 'borrowers.surname borrowers.firstname' |
176 |
},{ |
176 |
},{ |
|
|
177 |
'name': 'dateofbirth', |
178 |
'value': 'borrowers.dateofbirth', |
179 |
},{ |
177 |
'name': 'category_sorton', |
180 |
'name': 'category_sorton', |
178 |
'value': 'categories.description', |
181 |
'value': 'categories.description', |
179 |
},{ |
182 |
},{ |
Lines 205-210
$(document).ready(function() {
Link Here
|
205 |
[% END %] |
208 |
[% END %] |
206 |
{ 'mDataProp': 'dt_cardnumber' }, |
209 |
{ 'mDataProp': 'dt_cardnumber' }, |
207 |
{ 'mDataProp': 'dt_name' }, |
210 |
{ 'mDataProp': 'dt_name' }, |
|
|
211 |
{ 'mDataProp': 'dt_dateofbirth' }, |
208 |
{ 'mDataProp': 'dt_category' }, |
212 |
{ 'mDataProp': 'dt_category' }, |
209 |
{ 'mDataProp': 'dt_branch' }, |
213 |
{ 'mDataProp': 'dt_branch' }, |
210 |
{ 'mDataProp': 'dt_dateexpiry' }, |
214 |
{ 'mDataProp': 'dt_dateexpiry' }, |
Lines 381-386
function filterByFirstLetterSurname(letter) {
Link Here
|
381 |
[% END %] |
385 |
[% END %] |
382 |
<th>Card</th> |
386 |
<th>Card</th> |
383 |
<th>Name</th> |
387 |
<th>Name</th> |
|
|
388 |
<th>Date of birth</> |
384 |
<th>Category</th> |
389 |
<th>Category</th> |
385 |
<th>Library</th> |
390 |
<th>Library</th> |
386 |
<th>Expires on</th> |
391 |
<th>Expires on</th> |