Refactoring add/remove comments buttons: change icons, change caption of buttons on Collaboration tab.
This commit is contained in:
parent
5ad8e3a0ca
commit
cfb06354ca
|
@ -307,7 +307,7 @@ define([
|
|||
cls: 'btn-toolbar x-huge icon-top',
|
||||
caption: this.txtCommentRemove,
|
||||
split: true,
|
||||
iconCls: 'btn-menu-comments'
|
||||
iconCls: 'btn-rem-comment'
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -654,7 +654,7 @@ define([
|
|||
txtOriginalCap: 'Original',
|
||||
strFastDesc: 'Real-time co-editing. All changes are saved automatically.',
|
||||
strStrictDesc: 'Use the \'Save\' button to sync the changes you and others make.',
|
||||
txtCommentRemove: 'Remove Comments',
|
||||
txtCommentRemove: 'Remove',
|
||||
tipCommentRemCurrent: 'Remove current comments',
|
||||
tipCommentRem: 'Remove comments',
|
||||
txtCommentRemCurrent: 'Remove Current Comments',
|
||||
|
|
|
@ -533,6 +533,7 @@
|
|||
.button-normal-icon(btn-caption, 76, @toolbar-big-icon-size);
|
||||
.button-normal-icon(btn-calculation, 80, @toolbar-big-icon-size);
|
||||
.button-normal-icon(btn-scale, 81, @toolbar-big-icon-size);
|
||||
.button-normal-icon(btn-rem-comment, 83, @toolbar-big-icon-size);
|
||||
|
||||
[applang=ru] {
|
||||
.btn-toolbar {
|
||||
|
|
|
@ -2887,6 +2887,8 @@ define([
|
|||
btn.on('click', function (btn, e) {
|
||||
Common.NotificationCenter.trigger('app:comment:add', 'toolbar');
|
||||
});
|
||||
if (btn.cmpEl.closest('#review-changes-panel').length>0)
|
||||
btn.setCaption(me.toolbar.capBtnAddComment);
|
||||
}, this);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2324,7 +2324,8 @@ define([
|
|||
capBtnWatermark: 'Watermark',
|
||||
textEditWatermark: 'Custom Watermark',
|
||||
textRemWatermark: 'Remove Watermark',
|
||||
tipWatermark: 'Edit watermark'
|
||||
tipWatermark: 'Edit watermark',
|
||||
capBtnAddComment: 'Add Comment'
|
||||
}
|
||||
})(), DE.Views.Toolbar || {}));
|
||||
});
|
||||
|
|
|
@ -253,7 +253,7 @@
|
|||
"Common.Views.ReviewChanges.txtSpelling": "Spell Checking",
|
||||
"Common.Views.ReviewChanges.txtTurnon": "Track Changes",
|
||||
"Common.Views.ReviewChanges.txtView": "Display Mode",
|
||||
"Common.Views.ReviewChanges.txtCommentRemove": "Remove Comments",
|
||||
"Common.Views.ReviewChanges.txtCommentRemove": "Remove",
|
||||
"Common.Views.ReviewChanges.tipCommentRemCurrent": "Remove current comments",
|
||||
"Common.Views.ReviewChanges.tipCommentRem": "Remove comments",
|
||||
"Common.Views.ReviewChanges.txtCommentRemCurrent": "Remove Current Comments",
|
||||
|
@ -2056,6 +2056,7 @@
|
|||
"DE.Views.TextArtSettings.textTemplate": "Template",
|
||||
"DE.Views.TextArtSettings.textTransform": "Transform",
|
||||
"DE.Views.TextArtSettings.txtNoBorders": "No Line",
|
||||
"DE.Views.Toolbar.capBtnAddComment": "Add Comment",
|
||||
"DE.Views.Toolbar.capBtnBlankPage": "Blank Page",
|
||||
"DE.Views.Toolbar.capBtnColumns": "Columns",
|
||||
"DE.Views.Toolbar.capBtnComment": "Comment",
|
||||
|
|
|
@ -2164,6 +2164,8 @@ define([
|
|||
btn.on('click', function (btn, e) {
|
||||
Common.NotificationCenter.trigger('app:comment:add', 'toolbar');
|
||||
});
|
||||
if (btn.cmpEl.closest('#review-changes-panel').length>0)
|
||||
btn.setCaption(me.toolbar.capBtnAddComment);
|
||||
}, this);
|
||||
this.toolbar.lockToolbar(PE.enumLock.noSlides, this._state.no_slides, { array: this.btnsComment });
|
||||
}
|
||||
|
|
|
@ -1676,7 +1676,8 @@ define([
|
|||
capBtnInsHeader: 'Header/Footer',
|
||||
capBtnSlideNum: 'Slide Number',
|
||||
capBtnDateTime: 'Date & Time',
|
||||
textListSettings: 'List Settings'
|
||||
textListSettings: 'List Settings',
|
||||
capBtnAddComment: 'Add Comment'
|
||||
}
|
||||
}()), PE.Views.Toolbar || {}));
|
||||
});
|
|
@ -178,7 +178,7 @@
|
|||
"Common.Views.ReviewChanges.txtSpelling": "Spell Checking",
|
||||
"Common.Views.ReviewChanges.txtTurnon": "Track Changes",
|
||||
"Common.Views.ReviewChanges.txtView": "Display Mode",
|
||||
"Common.Views.ReviewChanges.txtCommentRemove": "Remove Comments",
|
||||
"Common.Views.ReviewChanges.txtCommentRemove": "Remove",
|
||||
"Common.Views.ReviewChanges.tipCommentRemCurrent": "Remove current comments",
|
||||
"Common.Views.ReviewChanges.tipCommentRem": "Remove comments",
|
||||
"Common.Views.ReviewChanges.txtCommentRemCurrent": "Remove Current Comments",
|
||||
|
@ -1672,6 +1672,7 @@
|
|||
"PE.Views.TextArtSettings.txtPapyrus": "Papyrus",
|
||||
"PE.Views.TextArtSettings.txtWood": "Wood",
|
||||
"PE.Views.Toolbar.capAddSlide": "Add Slide",
|
||||
"PE.Views.Toolbar.capBtnAddComment": "Add Comment",
|
||||
"PE.Views.Toolbar.capBtnComment": "Comment",
|
||||
"PE.Views.Toolbar.capBtnDateTime": "Date & Time",
|
||||
"PE.Views.Toolbar.capBtnInsHeader": "Header/Footer",
|
||||
|
|
|
@ -3234,6 +3234,8 @@ define([
|
|||
btn.on('click', function (btn, e) {
|
||||
Common.NotificationCenter.trigger('app:comment:add', 'toolbar', me.api.asc_getCellInfo().asc_getFlags().asc_getSelectionType() != Asc.c_oAscSelectionType.RangeCells);
|
||||
});
|
||||
if (btn.cmpEl.closest('#review-changes-panel').length>0)
|
||||
btn.setCaption(me.toolbar.capBtnAddComment);
|
||||
}, this);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2520,6 +2520,7 @@ define([
|
|||
textManyPages: 'pages',
|
||||
textHeight: 'Height',
|
||||
textWidth: 'Width',
|
||||
textMorePages: 'More pages'
|
||||
textMorePages: 'More pages',
|
||||
capBtnAddComment: 'Add Comment'
|
||||
}, SSE.Views.Toolbar || {}));
|
||||
});
|
|
@ -172,7 +172,7 @@
|
|||
"Common.Views.ReviewChanges.txtSpelling": "Spell Checking",
|
||||
"Common.Views.ReviewChanges.txtTurnon": "Track Changes",
|
||||
"Common.Views.ReviewChanges.txtView": "Display Mode",
|
||||
"Common.Views.ReviewChanges.txtCommentRemove": "Remove Comments",
|
||||
"Common.Views.ReviewChanges.txtCommentRemove": "Remove",
|
||||
"Common.Views.ReviewChanges.tipCommentRemCurrent": "Remove current comments",
|
||||
"Common.Views.ReviewChanges.tipCommentRem": "Remove comments",
|
||||
"Common.Views.ReviewChanges.txtCommentRemCurrent": "Remove Current Comments",
|
||||
|
@ -2199,6 +2199,7 @@
|
|||
"SSE.Views.TextArtSettings.txtNoBorders": "No Line",
|
||||
"SSE.Views.TextArtSettings.txtPapyrus": "Papyrus",
|
||||
"SSE.Views.TextArtSettings.txtWood": "Wood",
|
||||
"SSE.Views.Toolbar.capBtnAddComment": "Add Comment",
|
||||
"SSE.Views.Toolbar.capBtnComment": "Comment",
|
||||
"SSE.Views.Toolbar.capBtnInsHeader": "Header/Footer",
|
||||
"SSE.Views.Toolbar.capBtnMargins": "Margins",
|
||||
|
|
Loading…
Reference in a new issue