2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow
|
2021-10-08 09:22:57 -05:00
|
|
|
xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls">
|
|
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<Label Text="{Loc 'observe-warning-1'}"/>
|
|
|
|
|
<Label Text="{Loc 'observe-warning-2'}"/>
|
2024-05-29 06:00:42 +12:00
|
|
|
<BoxContainer Orientation="Horizontal">
|
2021-10-08 09:22:57 -05:00
|
|
|
<Button Name="NevermindButton" Text="{Loc 'observe-nevermind'}" SizeFlagsStretchRatio="1"/>
|
|
|
|
|
<Control HorizontalExpand="True" SizeFlagsStretchRatio="2" />
|
2024-05-29 06:00:42 +12:00
|
|
|
<cc:CommandButton Command="observe" Name="ObserveButton" StyleClasses="Caution" Text="{Loc 'observe-confirm'}" SizeFlagsStretchRatio="1"/>
|
|
|
|
|
<cc:CommandButton Command="observe admin" Name="ObserveAsAdminButton" Text="{Loc 'observe-as-admin'}" SizeFlagsStretchRatio="1" Visible="False"/>
|
2021-10-08 09:22:57 -05:00
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|