X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/4f9d834d93e434d9b8375bb320b0555c98ef5d07..HEAD:/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 68c14c1..ca15b77 100644 --- a/src/editor/modules/documentCanvas/canvas/comments/comment.html +++ b/src/editor/modules/documentCanvas/canvas/comments/comment.html @@ -1,8 +1,10 @@
-
- <%= author %> - <%= date %> -
+ <% if(author || date) { %> +
+ <%= author %> + <%= date %> +
+ <% } %>
<%= content %> @@ -19,4 +21,11 @@ <%= gettext('edit') %> - <%= gettext('remove') %>
+
+
<%= gettext('Delete this comment?') %>
+
+ + +
+