Bug 41546
This commit is contained in:
parent
7aa1a8d161
commit
0ad0d9fb2e
|
@ -443,7 +443,8 @@ define([
|
||||||
textReply: me.textReply,
|
textReply: me.textReply,
|
||||||
textClose: me.textClose,
|
textClose: me.textClose,
|
||||||
maxCommLength: Asc.c_oAscMaxCellOrCommentLength
|
maxCommLength: Asc.c_oAscMaxCellOrCommentLength
|
||||||
}))
|
})),
|
||||||
|
emptyText: me.txtEmpty
|
||||||
});
|
});
|
||||||
|
|
||||||
var addtooltip = function (dataview, view, record) {
|
var addtooltip = function (dataview, view, record) {
|
||||||
|
@ -860,6 +861,7 @@ define([
|
||||||
textClosePanel: 'Close comments',
|
textClosePanel: 'Close comments',
|
||||||
textViewResolved: 'You have not permission for reopen comment',
|
textViewResolved: 'You have not permission for reopen comment',
|
||||||
mniFilterGroups: 'Filter by Group',
|
mniFilterGroups: 'Filter by Group',
|
||||||
textAll: 'All'
|
textAll: 'All',
|
||||||
|
txtEmpty: 'There are no comments in the document.'
|
||||||
}, Common.Views.Comments || {}))
|
}, Common.Views.Comments || {}))
|
||||||
});
|
});
|
|
@ -45,6 +45,22 @@
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
right: 4px !important;
|
right: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dataview-ct.inner {
|
||||||
|
.empty-text {
|
||||||
|
text-align: center;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
color: @text-tertiary-ie;
|
||||||
|
color: @text-tertiary;
|
||||||
|
tr {
|
||||||
|
vertical-align: top;
|
||||||
|
td {
|
||||||
|
padding-top: 18px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-link-ct {
|
.add-link-ct {
|
||||||
|
|
|
@ -262,6 +262,7 @@
|
||||||
"Common.Views.Comments.textResolved": "Resolved",
|
"Common.Views.Comments.textResolved": "Resolved",
|
||||||
"Common.Views.Comments.textSort": "Sort comments",
|
"Common.Views.Comments.textSort": "Sort comments",
|
||||||
"Common.Views.Comments.textViewResolved": "You have no permission to reopen the comment",
|
"Common.Views.Comments.textViewResolved": "You have no permission to reopen the comment",
|
||||||
|
"Common.Views.Comments.txtEmpty": "There are no comments in the document.",
|
||||||
"Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again",
|
"Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again",
|
||||||
"Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using the editor toolbar buttons and context menu actions will be performed within this editor tab only.<br><br>To copy or paste to or from applications outside the editor tab use the following keyboard combinations:",
|
"Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using the editor toolbar buttons and context menu actions will be performed within this editor tab only.<br><br>To copy or paste to or from applications outside the editor tab use the following keyboard combinations:",
|
||||||
"Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste Actions",
|
"Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste Actions",
|
||||||
|
|
|
@ -349,6 +349,7 @@
|
||||||
"Common.Views.Comments.textResolved": "Resolved",
|
"Common.Views.Comments.textResolved": "Resolved",
|
||||||
"Common.Views.Comments.textSort": "Sort comments",
|
"Common.Views.Comments.textSort": "Sort comments",
|
||||||
"Common.Views.Comments.textViewResolved": "You have no permission to reopen the comment",
|
"Common.Views.Comments.textViewResolved": "You have no permission to reopen the comment",
|
||||||
|
"Common.Views.Comments.txtEmpty": "There are no comments in the document.",
|
||||||
"Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again",
|
"Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again",
|
||||||
"Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using the editor toolbar buttons and context menu actions will be performed within this editor tab only.<br><br>To copy or paste to or from applications outside the editor tab use the following keyboard combinations:",
|
"Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using the editor toolbar buttons and context menu actions will be performed within this editor tab only.<br><br>To copy or paste to or from applications outside the editor tab use the following keyboard combinations:",
|
||||||
"Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste Actions",
|
"Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste Actions",
|
||||||
|
|
|
@ -202,6 +202,7 @@
|
||||||
"Common.Views.Comments.textResolved": "Resolved",
|
"Common.Views.Comments.textResolved": "Resolved",
|
||||||
"Common.Views.Comments.textSort": "Sort comments",
|
"Common.Views.Comments.textSort": "Sort comments",
|
||||||
"Common.Views.Comments.textViewResolved": "You have no permission to reopen the comment",
|
"Common.Views.Comments.textViewResolved": "You have no permission to reopen the comment",
|
||||||
|
"Common.Views.Comments.txtEmpty": "There are no comments in the document.",
|
||||||
"Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again",
|
"Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again",
|
||||||
"Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using the editor toolbar buttons and context menu actions will be performed within this editor tab only.<br><br>To copy or paste to or from applications outside the editor tab use the following keyboard combinations:",
|
"Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using the editor toolbar buttons and context menu actions will be performed within this editor tab only.<br><br>To copy or paste to or from applications outside the editor tab use the following keyboard combinations:",
|
||||||
"Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste Actions",
|
"Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste Actions",
|
||||||
|
|
Loading…
Reference in a new issue