# Conflicts: # Content.Client/Administration/UI/BanList/BanListLine.xaml.cs # Content.Client/Administration/UI/BanList/Bans/BanListHeader.xaml # Content.Client/Administration/UI/BanList/Bans/BanListLine.xaml # Content.Client/Administration/UI/Tabs/AdminTab/BanWindow.xaml # Content.Client/Administration/UI/Tabs/AdminTab/BanWindow.xaml.cs # Content.IntegrationTests/Tests/Commands/PardonCommand.cs # Content.Server/Administration/Commands/BanCommand.cs # Content.Server/Administration/Commands/DepartmentBanCommand.cs # Content.Server/Administration/Commands/RoleBanCommand.cs # Content.Server/Administration/Managers/RoleBanManager.cs # Content.Server/Database/ServerDbManager.cs # Content.Server/Database/ServerDbPostgres.cs # Content.Server/Database/ServerDbSqlite.cs
36 lines
1.4 KiB
XML
36 lines
1.4 KiB
XML
<ContainerButton
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls">
|
|
<PanelContainer Name="BackgroundPanel" Access="Public">
|
|
<BoxContainer
|
|
Orientation="Horizontal"
|
|
HorizontalExpand="True"
|
|
SeparationOverride="4">
|
|
<Label Text="{Loc ban-list-header-ids}"
|
|
SizeFlagsStretchRatio="1"
|
|
HorizontalExpand="True"/>
|
|
<cc:VSeparator/>
|
|
<Label Text="{Loc ban-list-header-reason}"
|
|
SizeFlagsStretchRatio="6"
|
|
HorizontalExpand="True"/>
|
|
<cc:VSeparator/>
|
|
<Label Text="{Loc ban-list-header-time}"
|
|
SizeFlagsStretchRatio="2"
|
|
HorizontalExpand="True"/>
|
|
<cc:VSeparator/>
|
|
<Label Text="{Loc ban-list-header-expires}"
|
|
SizeFlagsStretchRatio="4"
|
|
HorizontalExpand="True"/>
|
|
<cc:VSeparator/>
|
|
<Label Text="{Loc ban-list-header-banning-admin}"
|
|
SizeFlagsStretchRatio="2"
|
|
HorizontalExpand="True"/>
|
|
<cc:VSeparator/>
|
|
<Label Text="{Loc ban-list-header-server}"
|
|
SizeFlagsStretchRatio="2"
|
|
HorizontalExpand="True"/>
|
|
<cc:VSeparator/>
|
|
</BoxContainer>
|
|
</PanelContainer>
|
|
</ContainerButton>
|