This commit is contained in:
Mikael Karlsson
2024-10-12 12:53:24 +11:00
parent 5326bd5525
commit c6fcf58d4d
37 changed files with 93455 additions and 92040 deletions

View File

@@ -21,7 +21,17 @@
<StackPanel Orientation="Horizontal" Margin="0,0,5,0" >
<Label Content="Export root" />
<Rectangle Style="{DynamicResource InfoIcon}" ToolTip="The root folder where exported files will be stored" />
<Rectangle Style="{DynamicResource InfoIcon}">
<Rectangle.ToolTip>
<TextBlock>
The root folder where exported files will be stored. Supported variables:<LineBreak />
<Bold>%Date%</Bold> Will be replaced by date in format: yyyy-MM-dd<LineBreak />
<Bold>%DateTime%</Bold> Will be replaced by date and time in format: yyyyMMdd-HHmm<LineBreak />
<Bold>%Organization%</Bold> Will be replaced with the Tenant name<LineBreak />
<Bold>Any environment variable</Bold> Replace with the value of the environment variable
</TextBlock>
</Rectangle.ToolTip>
</Rectangle>
</StackPanel>
<Grid Grid.Column='1' Grid.Row='0'>