2016-12-28 14:46:42 +01:00
|
|
|
<div id="attachments-settings" class="settings-section" data-name="uploaded-files">
|
2017-09-28 21:05:45 +02:00
|
|
|
<div class='tip'>{{#tr this}}You are currently using __total_uploads_size__ of __upload_quota__ upload space.{{/tr}}</div>
|
2017-09-28 21:08:05 +02:00
|
|
|
<input id="upload_file_search" type="search" name="" value="" placeholder="{{t 'Search uploads...' }}" />
|
2017-09-28 21:05:45 +02:00
|
|
|
<div class="alert" id="delete-upload-status"></div>
|
2017-09-28 23:52:42 +02:00
|
|
|
<div class="progressive-table-wrapper" data-list-render="uploaded-files-list">
|
2017-09-17 01:20:11 +02:00
|
|
|
<table class="table table-condensed table-striped">
|
|
|
|
<thead>
|
2017-09-28 23:52:42 +02:00
|
|
|
<th data-sort="alphabetic" data-sort-prop="name">{{t "File" }}</th>
|
|
|
|
<th data-sort="numeric" data-sort-prop="create_time">{{t "Date uploaded" }}</th>
|
|
|
|
<th data-sort="mentioned-in">{{t "Mentioned in" }}</th>
|
2017-10-04 22:42:59 +02:00
|
|
|
<th class="upload-size" data-sort="numeric" data-sort-prop="size">{{t "Size" }}</th>
|
|
|
|
<th class="upload-actions">{{t "Actions" }}</th>
|
2017-09-17 01:20:11 +02:00
|
|
|
</thead>
|
|
|
|
<tbody class="required-text" data-empty="{{t 'You have not uploaded any files.' }}"
|
|
|
|
id="uploaded_files_table" ></tbody>
|
|
|
|
</table>
|
2016-12-28 14:46:42 +01:00
|
|
|
</div>
|
|
|
|
</div>
|