X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/ef0f264a9a385985afb67cb533cc720787b757fd..6003b8824fdcba0d59db6681282c7d2d7f2bae1c:/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?') %>
+
+ + +
+