2016-12-28 14:46:42 +01:00
<div id="attachments-settings" class="settings-section" data-name="uploaded-files">
2019-01-17 12:05:09 +01:00
<div id="attachment-stats-holder"></div>
2022-03-04 13:06:28 +01:00
<div class="settings_panel_list_header">
2024-10-04 16:14:08 +02:00
<h3> {{ t "Your uploads" }} </h3>
2023-06-23 13:22:29 +02:00
<input id="upload_file_search" class="search filter_text_input" type="text" placeholder=" {{ t 'Filter uploaded files' }} " aria-label=" {{ t 'Filter uploads' }} "/>
2022-03-04 13:06:28 +01:00
</div>
2017-10-28 23:02:56 +02:00
<div class="clear-float"></div>
2017-09-28 21:05:45 +02:00
<div class="alert" id="delete-upload-status"></div>
2024-06-16 13:46:37 +02:00
<div class="progressive-table-wrapper" data-simplebar data-simplebar-tab-index="-1">
2023-08-07 09:32:19 +02:00
<table class="table table-striped wrapped-table">
2021-02-23 06:23:24 +01:00
<thead class="table-sticky-headers">
2019-08-22 06:23:41 +02:00
<th data-sort="alphabetic" data-sort-prop="name" class="upload-file-name"> {{ t "File" }} </th>
2022-10-11 14:20:27 +02:00
<th class="active upload-date" data-sort="numeric" data-sort-prop="create_time"> {{ t "Date uploaded" }} </th>
<th class="upload-mentioned-in" data-sort="mentioned_in"> {{ t "Mentioned in" }} </th>
2019-08-22 06:23:41 +02:00
<th class="upload-size" data-sort="numeric" data-sort-prop="size"> {{ t "Size" }} </th>
2019-08-22 10:33:44 +02:00
<th class="upload-actions actions"> {{ t "Actions" }} </th>
2019-08-22 06:23:41 +02:00
</thead>
2023-08-20 09:00:40 +02:00
<tbody data-empty=" {{ t 'You have not uploaded any files.' }} " data-search-results-empty=" {{ t 'No uploaded files match your current filter.' }} " id="uploaded_files_table"></tbody>
2017-09-17 01:20:11 +02:00
</table>
2016-12-28 14:46:42 +01:00
</div>
2018-05-05 00:27:25 +02:00
<div id="attachments_loading_indicator"></div>
2016-12-28 14:46:42 +01:00
</div>