Skip to content

Commit 89bb15d

Browse files
author
Kristan Kenney
committed
Fix missing sort toolbar on mail page
1 parent c70abe4 commit 89bb15d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/templates/admin/list_mail.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<div class="l-sort-toolbar clearfix">
1414
<table>
1515
<tr>
16+
<td class="sort-by">
17+
<i class="fas fa-filter"></i> <?=__('sort by');?>: <span><b><?=__('Date')?></b></span></i>
18+
</td>
1619
<td class="l-sort-toolbar__search-box">
1720
<form action="/search/" method="get">
1821
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />

0 commit comments

Comments
 (0)