From a08640780cc03ff26f6693fa96d42a1abad7d5eb Mon Sep 17 00:00:00 2001 From: Ilya Prokopenko Date: Wed, 26 Jan 2022 14:57:34 +0300 Subject: [PATCH] Notes: Change strings to localized I also corrected the tabs because it looked ridiculous --- Web/Presenters/templates/Notes/View.xml | 78 ++++++++++++------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/Web/Presenters/templates/Notes/View.xml b/Web/Presenters/templates/Notes/View.xml index f7f96f66..8813d4e3 100644 --- a/Web/Presenters/templates/Notes/View.xml +++ b/Web/Presenters/templates/Notes/View.xml @@ -18,58 +18,58 @@ max-width: 245pt; max-height: 200pt; } - + #userContent blockquote { background-color: #f3f3f3; border-bottom: 5px solid #969696; padding: 1; } - + #userContent cite { margin-top: 1em; display: block; } - + #userContent cite::before { content: "— "; } - +
-
- - -
-
- {$note->getText()|noescape} -
-
- - -
- {include "../components/comments.xml", - comments => $comments, - count => $cCount, - page => $cPage, - model => "notes", - parent => $note, - showTitle => false} +
+ +
+
+ {$note->getText()|noescape} +
+ + + +
+ {include "../components/comments.xml", + comments => $comments, + count => $cCount, + page => $cPage, + model => "notes", + parent => $note, + showTitle => false} +
{/block}