2020-05-23 09:04:51 +02:00
|
|
|
<div id="recent_topics_filter_buttons" class="btn-group" role="group">
|
2020-05-29 11:56:19 +02:00
|
|
|
<div id="recent_filters_group">
|
|
|
|
{{> recent_topics_filters}}
|
|
|
|
</div>
|
2020-07-02 13:47:28 +02:00
|
|
|
<div class="search_group" role="group">
|
|
|
|
<input type="text" id="recent_topics_search" value="{{ search_val }}" placeholder="{{t 'Search stream / topic' }}">
|
|
|
|
<button type="button" class="btn clear_search_button" id="recent_topics_search_clear">
|
|
|
|
<i class="fa fa-remove" aria-hidden="true"></i>
|
|
|
|
</button>
|
|
|
|
</div>
|
2020-05-23 09:04:51 +02:00
|
|
|
</div>
|
2020-07-05 12:34:00 +02:00
|
|
|
<div class="table_fix_head" data-simplebar>
|
2020-07-16 08:29:00 +02:00
|
|
|
<table class="table table-responsive">
|
2020-05-23 09:24:29 +02:00
|
|
|
<thead>
|
|
|
|
<tr>
|
2020-06-01 13:24:29 +02:00
|
|
|
<th data-sort="stream_sort">{{t 'Stream' }}</th>
|
|
|
|
<th data-sort="topic_sort">{{t 'Topic' }}</th>
|
2020-07-05 12:28:33 +02:00
|
|
|
<th class='participants_header'>{{t 'Participants' }}</th>
|
|
|
|
<th data-sort="numeric" data-sort-prop="last_msg_id" class="last_msg_time_header active descend">{{t 'Last message' }}</th>
|
2020-05-23 09:24:29 +02:00
|
|
|
</tr>
|
|
|
|
</thead>
|
2020-06-01 13:30:06 +02:00
|
|
|
<tbody class="required-text" data-empty="{{t 'No topics match your current filter.' }}"></tbody>
|
2020-05-23 09:24:29 +02:00
|
|
|
</table>
|
|
|
|
</div>
|