add timeZone to invitation templates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<p>Betreff: {{name}}</p>
|
||||
<p>Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}</p>
|
||||
<p>Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}</p>
|
||||
{{#if isUser}}
|
||||
<p><a href="{{recordUrl}}">Eintrag öffnen</a></p>
|
||||
{{/if}}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<p>Subject: {{name}}</p>
|
||||
<p>Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}</p>
|
||||
<p>Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}</p>
|
||||
{{#if isUser}}
|
||||
<p><a href="{{recordUrl}}">View record</a></p>
|
||||
{{/if}}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<p>Betreff: {{name}}</p>
|
||||
<p>Beginn: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}</p>
|
||||
<p>Beginn: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}</p>
|
||||
{{#if isUser}}
|
||||
{{#if description}}
|
||||
<p>{{{description}}}</p>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<p>Subject: {{name}}</p>
|
||||
<p>Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}</p>
|
||||
<p>Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}</p>
|
||||
{{#if isUser}}
|
||||
{{#if description}}
|
||||
<p>{{{description}}}</p>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<p>Asunto: {{name}}</p>
|
||||
<p>Comienzo: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}</p>
|
||||
<p>Comienzo: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}</p>
|
||||
{{#if isUser}}
|
||||
{{#if description}}
|
||||
<p>{{{description}}}</p>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<p>Objet: {{name}}</p>
|
||||
<p>Débute à: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}</p>
|
||||
<p>Débute à: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}</p>
|
||||
{{#if isUser}}
|
||||
{{#if description}}
|
||||
<p>{{{description}}}</p>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<p>Название: {{name}}</p>
|
||||
<p>Начало: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}</p>
|
||||
<p>Начало: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}</p>
|
||||
{{#if isUser}}
|
||||
{{#if description}}
|
||||
<p>{{{description}}}</p>
|
||||
@@ -10,4 +10,4 @@
|
||||
</p>
|
||||
{{#if isUser}}
|
||||
<p><a href="{{recordUrl}}">Открыть запись</a></p>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<p>Назва: {{name}}</p>
|
||||
<p>Початок: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}</p>
|
||||
<p>Початок: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}</p>
|
||||
{{#if isUser}}
|
||||
{{#if description}}
|
||||
<p>{{{description}}}</p>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<p>Subject: {{name}}</p>
|
||||
<p>Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}</p>
|
||||
<p>Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}</p>
|
||||
{{#if isUser}}
|
||||
{{#if description}}
|
||||
<p>{{{description}}}</p>
|
||||
@@ -10,4 +10,4 @@
|
||||
</p>
|
||||
{{#if isUser}}
|
||||
<p><a href="{{recordUrl}}">View record</a></p>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user