2023-07-21 13:38:52 +02:00
|
|
|
<Popup xmlns="https://spacestation14.io"
|
2022-11-14 20:06:55 +01:00
|
|
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
|
2023-09-22 21:50:34 +02:00
|
|
|
<PanelContainer StyleClasses="BackgroundDark">
|
2022-04-16 20:57:50 +02:00
|
|
|
<PanelContainer.PanelOverride>
|
2023-09-22 21:50:34 +02:00
|
|
|
<gfx:StyleBoxFlat BorderThickness="1" BorderColor="#18181B"/>
|
2022-04-16 20:57:50 +02:00
|
|
|
</PanelContainer.PanelOverride>
|
|
|
|
|
<BoxContainer Orientation="Vertical">
|
2023-07-21 13:38:52 +02:00
|
|
|
<Label Name="PlayerNameLabel"/>
|
2022-04-16 20:57:50 +02:00
|
|
|
<Label Name="IdLabel"/>
|
2023-07-21 13:38:52 +02:00
|
|
|
<Label Name="TypeLabel"/>
|
|
|
|
|
<Label Name="SeverityLabel"/>
|
2022-04-16 20:57:50 +02:00
|
|
|
<Label Name="RoundIdLabel"/>
|
|
|
|
|
<Label Name="CreatedByLabel"/>
|
|
|
|
|
<Label Name="CreatedAtLabel"/>
|
|
|
|
|
<Label Name="EditedByLabel"/>
|
|
|
|
|
<Label Name="EditedAtLabel"/>
|
2023-07-21 13:38:52 +02:00
|
|
|
<Label Name="ExpiryTimeLabel"/>
|
|
|
|
|
<TextEdit Name="NoteTextEdit" Editable="False" MinHeight="24" />
|
2022-04-16 20:57:50 +02:00
|
|
|
<BoxContainer Orientation="Horizontal">
|
|
|
|
|
<Button Name="EditButton" Text="{Loc admin-notes-edit}"/>
|
|
|
|
|
<Control HorizontalExpand="True"/>
|
|
|
|
|
<Button Name="DeleteButton" Text="{Loc admin-notes-delete}" HorizontalAlignment="Right"/>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</PanelContainer>
|
|
|
|
|
</Popup>
|