Message list template name fix

This commit is contained in:
RainLoop Team
2014-06-20 19:56:01 +04:00
parent b1327c933b
commit 5b465f5337
9 changed files with 156 additions and 156 deletions

View File

@@ -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});