ItEr49S04ValidacionEProbasFuncionaisItEr48S04: [Bug #370] Show type of work report in the edition interface.
This commit is contained in:
parent
9f29541e13
commit
a1dd2934ce
1 changed files with 18 additions and 0 deletions
|
|
@ -111,6 +111,24 @@
|
|||
<tabpanel>
|
||||
<vbox>
|
||||
|
||||
<panel title="${i18n:_('General data')}" border="normal"
|
||||
style="overflow:auto">
|
||||
<panelchildren>
|
||||
<grid fixedLayout="false">
|
||||
<columns>
|
||||
<column width="200px" />
|
||||
<column />
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<label value="${i18n:_('Type')}:" />
|
||||
<label value="@{controller.workReport.workReportType.name}" />
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</panelchildren>
|
||||
</panel>
|
||||
|
||||
<panel title="${i18n:_('Heading Fields')}" border="normal"
|
||||
style="overflow:auto">
|
||||
<panelchildren>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue