2021-04-17 07:22:25 +02:00
|
|
|
<div id="muted-user-settings" class="settings-section" data-name="muted-users">
|
2022-03-04 13:06:28 +01:00
|
|
|
<div class="settings_panel_list_header">
|
|
|
|
<h3>{{t "Muted users"}}</h3>
|
|
|
|
<input id="muted_users_search" class="search" type="text" placeholder="{{t 'Filter muted users' }}" aria-label="{{t 'Filter muted users' }}"/>
|
|
|
|
</div>
|
2022-02-21 18:25:49 +01:00
|
|
|
<div class="progressive-table-wrapper" data-simplebar>
|
2021-04-17 07:22:25 +02:00
|
|
|
<table class="table table-condensed table-striped wrapped-table">
|
2021-05-15 08:52:30 +02:00
|
|
|
<thead class="table-sticky-headers">
|
2021-04-17 07:22:25 +02:00
|
|
|
<th data-sort="alphabetic" data-sort-prop="user_name">{{t "User" }}</th>
|
|
|
|
<th data-sort="numeric" data-sort-prop="date_muted">{{t "Date muted" }}</th>
|
|
|
|
<th class="actions">{{t "Actions" }}</th>
|
|
|
|
</thead>
|
2022-02-21 18:25:49 +01:00
|
|
|
<tbody id="muted_users_table" class="required-text" data-empty="{{t 'You have not muted any users yet.'}}"></tbody>
|
2021-04-17 07:22:25 +02:00
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|