Skip to content
Snippets Groups Projects
Commit e1dd5b4a authored by anisa kusumadewi's avatar anisa kusumadewi
Browse files

we need this

parent 5500a549
Branches
Tags
No related merge requests found
...@@ -51,6 +51,19 @@ ...@@ -51,6 +51,19 @@
{{/ isdeleted }} {{/ isdeleted }}
</div> </div>
<div class="chat-message-text">
<div id="chatmessage{{ uuid }}">{{{ content }}}</div>
{{#displayhidden}}<span id="taghidden{{uuid}}" class="tag tag-info">{{# str }} hiddenforparticipants, pdfannotator {{/ str }}</span>{{/displayhidden}}
<form id="edit{{ uuid }}" class="edit-comment-form" style="display:none;">
<div> {{! necessary for atto-editor }}
<textarea id="editarea{{ uuid }}" placeholder="" cols="40" rows="3">{{{ content }}}</textarea>
</div>
<input id="commentSubmit" class="owner btn btn-primary mb-1" type="submit" value="{{# str }} editButton, pdfannotator {{/ str }}">
<input id="commentCancel" class="owner btn btn-secondary mb-1" type="reset" value="{{# str }} cancelButton, pdfannotator {{/ str }}" >
</form>
</div> </div>
{{^ isdeleted }} {{^ isdeleted }}
<em class="edited"> <em class="edited">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment