2016-03-11 00:48:53 +00:00
|
|
|
<div id="comments-box" class="layout-ct vbox">
|
2020-06-05 13:10:48 +00:00
|
|
|
<div class="layout-item messages-ct"></div>
|
2016-03-11 00:48:53 +00:00
|
|
|
<div class="layout-item add-link-ct">
|
|
|
|
<label class="btn new"><%=textAddCommentToDoc%></label>
|
|
|
|
</div>
|
|
|
|
<div style="display: none;" class="layout-item new-comment-ct">
|
|
|
|
<div class="inner-ct">
|
2020-06-05 13:10:48 +00:00
|
|
|
<textarea id="comment-msg-new" class="user-select textarea-control" placeholder="<%=textEnterCommentHint%>" maxlength="<%=maxCommLength%>"></textarea>
|
2016-03-11 00:48:53 +00:00
|
|
|
</div>
|
|
|
|
<button class="btn add normal dlg-btn primary"><%=textAddComment%></button>
|
|
|
|
<button class="btn cancel normal dlg-btn"><%=textCancel%></button>
|
|
|
|
</div>
|
|
|
|
</div>
|