X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/bbb810b9417335d3a6fbfeb300de8f12e4cd091a..4aeab46723e464d604ced64f9bddb8fa0921df5a:/src/editor/modules/documentCanvas/canvas/comments/comment.html diff --git a/src/editor/modules/documentCanvas/canvas/comments/comment.html b/src/editor/modules/documentCanvas/canvas/comments/comment.html index 3ba1cec..ca15b77 100644 --- a/src/editor/modules/documentCanvas/canvas/comments/comment.html +++ b/src/editor/modules/documentCanvas/canvas/comments/comment.html @@ -1,11 +1,31 @@
-
- <%= author %> - <%= date %> -
+ <% if(author || date) { %> +
+ <%= author %> + <%= date %> +
+ <% } %>
<%= content %> -
-
\ No newline at end of file +
+ +
+ + +
+
+
+
+ <%= gettext('edit') %> - + <%= gettext('remove') %> +
+
+
<%= gettext('Delete this comment?') %>
+
+ + +
+
+