mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 21:04:53 +00:00
@@ -46,3 +46,4 @@ reply_info = "This is a reply to an event invitation done by you.";
|
||||
"Cancel" = "Cancel";
|
||||
"OK" = "OK";
|
||||
"Comment" = "Comment";
|
||||
"Description" = "Description";
|
||||
|
||||
@@ -234,10 +234,16 @@
|
||||
|
||||
<!-- the user comment is used in replies -->
|
||||
<var:if condition="inEvent.userComment.isNotEmpty">
|
||||
<div class="linked_attachment_meta" style="background-color: white;">
|
||||
<var:string value="inEvent.userComment" const:insertBR="1" />
|
||||
</div>
|
||||
<br />
|
||||
<div class="pseudo-input-container">
|
||||
<label class="pseudo-input-label">
|
||||
<var:string label:value="Comment"/>
|
||||
</label>
|
||||
<div>
|
||||
<md-content>
|
||||
<var:string value="inEvent.userComment.stringByDetectingURLs" const:insertBR="1" const:escapeHTML="NO"/>
|
||||
</md-content>
|
||||
</div>
|
||||
</div>
|
||||
</var:if>
|
||||
|
||||
|
||||
@@ -281,7 +287,7 @@
|
||||
<var:if condition="authorativeEvent.comment.isNotEmpty">
|
||||
<div class="pseudo-input-container">
|
||||
<label class="pseudo-input-label">
|
||||
<var:string label:value="Comment"/>
|
||||
<var:string label:value="Description"/>
|
||||
</label>
|
||||
<div>
|
||||
<md-content>
|
||||
|
||||
Reference in New Issue
Block a user