Lines 211-217
Link Here
|
211 |
<td>[% record.filename | html %]</td> |
211 |
<td>[% record.filename | html %]</td> |
212 |
<td>[% record.filesize | html %]</td> |
212 |
<td>[% record.filesize | html %]</td> |
213 |
<td>[% record.hashvalue | html %]</td> |
213 |
<td>[% record.hashvalue | html %]</td> |
214 |
<td data-order="[% record.dtcreated | html %]">[% record.dtcreated | $KohaDates %]</td> |
214 |
<td data-order="[% record.dtcreated | html %]">[% record.dtcreated | $KohaDates with_hours = 1 %]</td> |
215 |
<td> |
215 |
<td> |
216 |
<a href="/cgi-bin/koha/tools/upload.pl?op=browse&browsecategory=[% record.uploadcategorycode | uri %]">[% AuthorisedValues.GetByCode( 'UPLOAD', record.uploadcategorycode ) | html %]</a> |
216 |
<a href="/cgi-bin/koha/tools/upload.pl?op=browse&browsecategory=[% record.uploadcategorycode | uri %]">[% AuthorisedValues.GetByCode( 'UPLOAD', record.uploadcategorycode ) | html %]</a> |
217 |
</td> |
217 |
</td> |
218 |
- |
|
|