Add informations to cargo order form (#10513)

This commit is contained in:
corentt
2022-09-14 05:20:38 +02:00
committed by GitHub
parent 733090c95f
commit c4fde3b3eb
6 changed files with 31 additions and 3 deletions

View File

@@ -2,6 +2,17 @@
Title="{Loc 'cargo-console-order-menu-title'}">
<BoxContainer Orientation="Vertical">
<GridContainer Columns="2">
<Label Text="{Loc 'cargo-console-order-menu-product-label'}" />
<Label Name="ProductName"
Access="Public" />
<Label Text="{Loc 'cargo-console-order-menu-description-label'}" />
<RichTextLabel Name="Description"
Access="Public"
VerticalExpand="True"
SetWidth="350"/>
<Label Text="{Loc 'cargo-console-order-menu-cost-label'}" />
<Label Name="PointCost"
Access="Public" />
<Label Text="{Loc 'cargo-console-order-menu-requester-label'}" />
<LineEdit Name="Requester"
Access="Public" />