Better notes and bans (#14228)
Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
This commit is contained in:
@@ -1,16 +1,21 @@
|
||||
<Popup xmlns="https://spacestation14.io"
|
||||
<Popup xmlns="https://spacestation14.io"
|
||||
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
|
||||
<PanelContainer>
|
||||
<PanelContainer.PanelOverride>
|
||||
<gfx:StyleBoxFlat BackgroundColor="#25252A"/>
|
||||
<gfx:StyleBoxFlat BackgroundColor="#25252A" BorderThickness="1" BorderColor="#18181B"/>
|
||||
</PanelContainer.PanelOverride>
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<Label Name="PlayerNameLabel"/>
|
||||
<Label Name="IdLabel"/>
|
||||
<Label Name="TypeLabel"/>
|
||||
<Label Name="SeverityLabel"/>
|
||||
<Label Name="RoundIdLabel"/>
|
||||
<Label Name="CreatedByLabel"/>
|
||||
<Label Name="CreatedAtLabel"/>
|
||||
<Label Name="EditedByLabel"/>
|
||||
<Label Name="EditedAtLabel"/>
|
||||
<Label Name="ExpiryTimeLabel"/>
|
||||
<TextEdit Name="NoteTextEdit" Editable="False" MinHeight="24" />
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
<Button Name="EditButton" Text="{Loc admin-notes-edit}"/>
|
||||
<Control HorizontalExpand="True"/>
|
||||
|
||||
Reference in New Issue
Block a user