22 lines
1.3 KiB
XML
22 lines
1.3 KiB
XML
<Control
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
|
xmlns:at="clr-namespace:Content.Client.Administration.UI.Tabs.AdminTab"
|
|
Margin="4"
|
|
MinSize="50 50">
|
|
<BoxContainer Orientation="Vertical">
|
|
<GridContainer Columns="3">
|
|
<cc:UICommandButton Command="kick" Text="{Loc admin-player-actions-window-title}" WindowType="{x:Type at:PlayerActionsWindow}" />
|
|
<cc:UICommandButton Command="ban" Text="{Loc Ban}" WindowType="{x:Type at:BanWindow}" />
|
|
<cc:CommandButton Command="aghost" Text="{Loc Admin Ghost}" />
|
|
<cc:UICommandButton Command="tpto" Text="{Loc Teleport}" WindowType="{x:Type at:TeleportWindow}" />
|
|
<cc:CommandButton Command="permissions" Text="{Loc Permissions Panel}" />
|
|
<cc:CommandButton Command="announceui" Text="{Loc Announce}"/>
|
|
<cc:UICommandButton Command="callshuttle" Text="{Loc (Re)call Shuttle}" WindowType="{x:Type at:AdminShuttleWindow}"/>
|
|
<cc:CommandButton Command="adminlogs" Text="{Loc Admin Logs}"/>
|
|
<cc:CommandButton Command="adminnotes" Text="{Loc Admin Notes}"/>
|
|
</GridContainer>
|
|
</BoxContainer>
|
|
</Control>
|