fix typo and wrongedited timestamp. also add data-{id, type} to cloud directory listings

This commit is contained in:
Mario Vavti
2026-01-02 15:31:54 +01:00
parent 87f79381d9
commit e295765bef
3 changed files with 5 additions and 4 deletions

View File

@@ -147,7 +147,7 @@
{{/if}}
</td>
<td><i class="bi {{$item.icon_from_type}} generic-icons" title="{{$item.type}}"></i></td>
<td><a href="{{$item.rel_path}}" class="p-2" draggable="false">{{$item.name}}</a></td>
<td><a href="{{$item.rel_path}}" class="p-2 file_link" draggable="false" data-id="{{$item.attach_id}}" data-type="{{$item.type}}">{{$item.name}}</a></td>
<td>{{$item.terms}}</td>
<td class="cloud-index-tool p-2">
{{if $item.lockstate == 'lock'}}