Added placeholder if mentions not possible
This commit is contained in:
		
							parent
							
								
									a86884c73a
								
							
						
					
					
						commit
						169c39a58f
					
				| 
						 | 
				
			
			@ -11,7 +11,7 @@
 | 
			
		|||
        <div oo_editor_input="true" tabindex="-1" class="user-message user-select"><%=scope.pickLink(comment)%></div>
 | 
			
		||||
    <% } else { %>
 | 
			
		||||
        <div class="inner-edit-ct">
 | 
			
		||||
            <textarea class="msg-reply user-select" maxlength="maxCommLength" spellcheck="false" <% if (!!dummy) { %> placeholder="textMention"<% } %>><%=comment%></textarea>
 | 
			
		||||
            <textarea class="msg-reply user-select" maxlength="maxCommLength" spellcheck="false" <% if (!!dummy) { %> placeholder="textMentionComment"<% } %>><%=comment%></textarea>
 | 
			
		||||
            <% if (hideAddReply) { %>
 | 
			
		||||
                <button class="btn normal dlg-btn primary btn-inner-edit" id="id-comments-change-popover">textAdd</button>
 | 
			
		||||
            <% } else { %>
 | 
			
		||||
| 
						 | 
				
			
			@ -93,7 +93,7 @@
 | 
			
		|||
 | 
			
		||||
    <% if (showReplyInPopover) { %>
 | 
			
		||||
        <div class="reply-ct">
 | 
			
		||||
            <textarea class="msg-reply user-select" placeholder="textAddReply" maxlength="maxCommLength" spellcheck="false"></textarea>
 | 
			
		||||
            <textarea class="msg-reply user-select" placeholder="textMentionReply" maxlength="maxCommLength" spellcheck="false"></textarea>
 | 
			
		||||
            <button class="btn normal dlg-btn primary btn-reply" id="id-comments-change-popover">textReply</button>
 | 
			
		||||
            <button class="btn normal dlg-btn btn-close">textClose</button>
 | 
			
		||||
        </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -240,13 +240,14 @@ define([
 | 
			
		|||
                        el: $('#id-comments-popover'),
 | 
			
		||||
                        itemTemplate: _.template(replaceWords(commentsTemplate, {
 | 
			
		||||
                                textAddReply: me.textAddReply,
 | 
			
		||||
                                textMentionReply: me.canRequestSendNotify ? (me.mentionShare ? me.textMention : me.textMentionNotify) : me.textAddReply,
 | 
			
		||||
                                textAdd: me.textAdd,
 | 
			
		||||
                                textCancel: me.textCancel,
 | 
			
		||||
                                textEdit: me.textEdit,
 | 
			
		||||
                                textReply: me.textReply,
 | 
			
		||||
                                textClose: me.textClose,
 | 
			
		||||
                                maxCommLength: Asc.c_oAscMaxCellOrCommentLength,
 | 
			
		||||
                                textMention: me.canRequestSendNotify ? (me.mentionShare ? me.textMention : me.textMentionNotify) : ''
 | 
			
		||||
                                textMentionComment: me.canRequestSendNotify ? (me.mentionShare ? me.textMention : me.textMentionNotify) : me.textEnterComment
 | 
			
		||||
                            })
 | 
			
		||||
                        )
 | 
			
		||||
                    });
 | 
			
		||||
| 
						 | 
				
			
			@ -1294,6 +1295,7 @@ define([
 | 
			
		|||
        textFollowMove          : 'Follow Move',
 | 
			
		||||
        textMention             : '+mention will provide access to the document and send an email',
 | 
			
		||||
        textMentionNotify       : '+mention will notify the user via email',
 | 
			
		||||
        textEnterComment        : 'Enter your comment here',
 | 
			
		||||
        textViewResolved        : 'You have not permission for reopen comment',
 | 
			
		||||
        txtAccept: 'Accept',
 | 
			
		||||
        txtReject: 'Reject',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue