|
|
@@ -250,19 +250,28 @@
|
|
|
Click="Setup_Click"
|
|
|
Margin="0,0,5,20"/>
|
|
|
|
|
|
- <fluent:Button Grid.Row="1" Grid.Column="1"
|
|
|
- Header="Forms"
|
|
|
- LargeIcon="{svgc:SvgImage Source=/Resources/formslibrary.svg}"
|
|
|
- Click="Forms_Click"
|
|
|
- Margin="0,0,5,20"/>
|
|
|
+ <!-- <fluent:Button Grid.Row="1" Grid.Column="1" -->
|
|
|
+ <!-- Header="Forms" -->
|
|
|
+ <!-- LargeIcon="{svgc:SvgImage Source=/Resources/formslibrary.svg}" -->
|
|
|
+ <!-- Click="Forms_Click" -->
|
|
|
+ <!-- Margin="0,0,5,20"/> -->
|
|
|
|
|
|
- <fluent:Button Grid.Row="1" Grid.Column="2"
|
|
|
+ <fluent:Button Grid.Row="1" Grid.Column="1"
|
|
|
x:Name="IssuesButton"
|
|
|
Header="Support Tickets"
|
|
|
LargeIcon="{svgc:SvgImage Source=/Resources/appicon.svg}"
|
|
|
Click="Issues_Click"
|
|
|
ToolTip="Raise an issue with the PRS team"
|
|
|
Margin="0,0,5,20"/>
|
|
|
+
|
|
|
+ <fluent:Button Grid.Row="1" Grid.Column="2"
|
|
|
+ x:Name="MobileButton"
|
|
|
+ Header="Mobile App"
|
|
|
+ LargeIcon="{svgc:SvgImage Source=/Resources/mobile.svg}"
|
|
|
+ Click="Mobile_Click"
|
|
|
+ ToolTip="Raise an issue with the PRS team"
|
|
|
+ Margin="0,0,5,20"/>
|
|
|
+
|
|
|
|
|
|
<Border Grid.Row="1" Grid.Column="3"
|
|
|
BorderBrush="Silver" BorderThickness="0,0.75,0.75,0.75" Padding="0,0,5,20">
|