mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Message list template name fix
This commit is contained in:
parent
b1327c933b
commit
5b465f5337
9 changed files with 156 additions and 156 deletions
|
|
@ -56,7 +56,7 @@ function MailBoxMessageListViewModel()
|
|||
return Enums.Layout.NoPreview !== oData.layout() ?
|
||||
'MailMessageListItem' : 'MailMessageListItemNoPreviewPane';
|
||||
});
|
||||
|
||||
|
||||
this.messageListSearchDesc = ko.computed(function () {
|
||||
var sValue = oData.messageListEndSearch();
|
||||
return '' === sValue ? '' : Utils.i18n('MESSAGE_LIST/SEARCH_RESULT_FOR', {'SEARCH': sValue});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue