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>
|
2017-10-28 23:02:56 +02:00
|
|
|
<input id="upload_file_search" class="search" type="text" placeholder="{{t 'Search uploads...' }}" aria-label="{{t 'Search uploads...' }}"/>
|
|
|
|
<div class="clear-float"></div>
|
2017-09-28 21:05:45 +02:00
|
|
|
<div class="alert" id="delete-upload-status"></div>
|
2017-10-28 23:02:56 +02:00
|
|
|
<table class="table table-condensed table-striped wrapped-table">
|
|
|
|
<thead>
|
2017-12-08 14:24:32 +01:00
|
|
|
<th data-sort="alphabetic" data-sort-prop="name" class="upload-file-name">{{t "File" }}</th>
|
2017-10-22 19:58:08 +02:00
|
|
|
<th class="active" data-sort="numeric" data-sort-prop="create_time">{{t "Date uploaded" }}</th>
|
2017-10-28 23:02:56 +02:00
|
|
|
<th data-sort="mentioned-in">{{t "Mentioned in" }}</th>
|
|
|
|
<th class="upload-size" data-sort="numeric" data-sort-prop="size">{{t "Size" }}</th>
|
|
|
|
<th class="upload-actions">{{t "Actions" }}</th>
|
|
|
|
</thead>
|
|
|
|
</table>
|
2019-05-17 23:11:33 +02:00
|
|
|
<div class="progressive-table-wrapper" data-simplebar data-list-render="uploaded-files-list">
|
2017-10-28 23:02:56 +02:00
|
|
|
<table class="table table-condensed table-striped wrapped-table">
|
2017-09-17 01:20:11 +02:00
|
|
|
<tbody class="required-text" data-empty="{{t 'You have not uploaded any files.' }}"
|
2018-04-05 08:38:46 +02:00
|
|
|
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>
|