mirror of https://github.com/zulip/zulip.git
19 lines
1.1 KiB
Handlebars
19 lines
1.1 KiB
Handlebars
<div id="attachments-settings" class="settings-section" data-name="uploaded-files">
|
|
<div class='tip'>{{#tr this}}You are currently using __total_uploads_size__ of __upload_quota__ upload space.{{/tr}}</div>
|
|
<input id="upload_file_search" type="search" name="" value="" placeholder="{{t 'Search uploads...' }}" />
|
|
<div class="alert" id="delete-upload-status"></div>
|
|
<div class="progressive-table-wrapper" data-list-render="uploaded-files-list">
|
|
<table class="table table-condensed table-striped">
|
|
<thead>
|
|
<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>
|
|
<th class="upload-size" data-sort="numeric" data-sort-prop="size">{{t "Size" }}</th>
|
|
<th class="upload-actions">{{t "Actions" }}</th>
|
|
</thead>
|
|
<tbody class="required-text" data-empty="{{t 'You have not uploaded any files.' }}"
|
|
id="uploaded_files_table" ></tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|