2023-07-21 13:38:52 +02:00
|
|
|
<Control
|
2021-06-09 22:19:39 +02:00
|
|
|
xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2021-06-10 23:09:07 +02:00
|
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
|
|
|
|
xmlns:at="clr-namespace:Content.Client.Administration.UI.Tabs.AdminTab"
|
2021-06-09 22:19:39 +02:00
|
|
|
Margin="4"
|
|
|
|
|
MinSize="50 50">
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Vertical">
|
2021-10-13 12:15:28 -05:00
|
|
|
<GridContainer Columns="3">
|
2021-10-07 16:48:47 -05:00
|
|
|
<cc:UICommandButton Command="kick" Text="{Loc admin-player-actions-window-title}" WindowType="{x:Type at:PlayerActionsWindow}" />
|
2023-07-21 13:38:52 +02:00
|
|
|
<cc:CommandButton Command="banpanel" Text="{Loc admin-player-actions-window-ban}" />
|
2022-07-23 21:44:45 +03:00
|
|
|
<cc:CommandButton Command="aghost" Text="{Loc admin-player-actions-window-admin-ghost}" />
|
|
|
|
|
<cc:UICommandButton Command="tpto" Text="{Loc admin-player-actions-window-teleport}" WindowType="{x:Type at:TeleportWindow}" />
|
|
|
|
|
<cc:CommandButton Command="permissions" Text="{Loc admin-player-actions-window-permissions}" />
|
|
|
|
|
<cc:CommandButton Command="announceui" Text="{Loc admin-player-actions-window-announce}"/>
|
|
|
|
|
<cc:UICommandButton Command="callshuttle" Text="{Loc admin-player-actions-window-shuttle}" WindowType="{x:Type at:AdminShuttleWindow}"/>
|
|
|
|
|
<cc:CommandButton Command="adminlogs" Text="{Loc admin-player-actions-window-admin-logs}"/>
|
2023-04-16 23:20:57 -07:00
|
|
|
<cc:CommandButton Command="faxui" Text="{Loc admin-player-actions-window-admin-fax}"/>
|
2021-06-09 22:19:39 +02:00
|
|
|
</GridContainer>
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2021-06-09 22:19:39 +02:00
|
|
|
</Control>
|