|
Lines 23-29
Link Here
|
| 23 |
<th>Type</th> |
23 |
<th>Type</th> |
| 24 |
<th>Description</th> |
24 |
<th>Description</th> |
| 25 |
<th>Uploaded</th> |
25 |
<th>Uploaded</th> |
| 26 |
[% IF CAN_user_borrowers_files_modify %]<th> </th>[% END %] |
26 |
[% IF CAN_user_borrowers %]<th> </th>[% END %] |
| 27 |
</thead> |
27 |
</thead> |
| 28 |
|
28 |
|
| 29 |
<tbody> |
29 |
<tbody> |
|
Lines 40-46
Link Here
|
| 40 |
<td>[% f.file_type %]</td> |
40 |
<td>[% f.file_type %]</td> |
| 41 |
<td>[% f.file_description %]</td> |
41 |
<td>[% f.file_description %]</td> |
| 42 |
<td>[% f.date_uploaded | $KohaDates %]</td> |
42 |
<td>[% f.date_uploaded | $KohaDates %]</td> |
| 43 |
[% IF CAN_user_borrowers_files_modify %]<td><a href="?borrowernumber=[% borrowernumber %]&op=delete&file_id=[% f.file_id %]">Delete</a></td>[% END %] |
43 |
[% IF CAN_user_borrowers %]<td><a href="?borrowernumber=[% borrowernumber %]&op=delete&file_id=[% f.file_id %]">Delete</a></td>[% END %] |
| 44 |
</tr> |
44 |
</tr> |
| 45 |
[% END %] |
45 |
[% END %] |
| 46 |
</tbody> |
46 |
</tbody> |
| 47 |
- |
|
|