Skip to content

Commit 756531b

Browse files
author
Till Brehm
committed
Merge branch '6516_help_system_message_sort_fix' into 'develop'
6516_help_system_message_sort_fix See merge request ispconfig/ispconfig3!1752
2 parents 97373b3 + 18a81d8 commit 756531b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/help/templates/support_message_list.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
1818
<tr>
1919
<tmpl_if name="is_admin"><th data-column="sender_id"><tmpl_var name="sender_id_txt"></th></tmpl_if>
2020
<th data-column="subject"><tmpl_var name="subject_txt"></th>
21-
<th data-column="date"><tmpl_var name="date_txt"></th>
21+
<th data-column="tstamp"><tmpl_var name="date_txt"></th>
2222
<th class="small-col text-right">{tmpl_var name='search_limit'}</th>
2323
</tr>
2424
<tr>

0 commit comments

Comments
 (0)