X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/ef0f264a9a385985afb67cb533cc720787b757fd..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 47af2ce..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 %> @@ -16,7 +18,14 @@
- <%= gettext('edit') %> + <%= gettext('edit') %> - <%= gettext('remove') %>
+
+
<%= gettext('Delete this comment?') %>
+
+ + +
+