From 694e739ad952684ff4211cd3de270627312c959f Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 7 Nov 2017 15:00:58 +0300 Subject: [PATCH] [PE][SSE] Change layout for co-editing mode option in the Collaborative tab. --- apps/common/main/lib/view/ReviewChanges.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/common/main/lib/view/ReviewChanges.js b/apps/common/main/lib/view/ReviewChanges.js index 5a34cb260..02e3ccf9e 100644 --- a/apps/common/main/lib/view/ReviewChanges.js +++ b/apps/common/main/lib/view/ReviewChanges.js @@ -627,6 +627,10 @@ define([ (new Promise(function (accept, reject) { accept(); })).then(function(){ + var menuTemplate = _.template('
<%= caption %>
' + + '<% if (options.description !== null) { %>' + + '<% } %>
'); + if ( config.canReview ) { me.btnPrev.updateHint(me.hintPrev); me.btnNext.updateHint(me.hintNext); @@ -664,10 +668,6 @@ define([ ); me.btnReject.updateHint([me.tipRejectCurrent, me.txtRejectChanges]); - var menuTemplate = _.template('
<%= caption %>
' + - '<% if (options.description !== null) { %>' + - '<% } %>
'); - me.btnReviewView.setMenu( new Common.UI.Menu({ cls: 'ppm-toolbar',