ItEr27S11AltaEtiquetasTipoEtiquetaItEr26S13: [FixBug] Layout Name field in Label window form
This commit is contained in:
parent
6ff7368593
commit
04ababd7bf
1 changed files with 15 additions and 7 deletions
|
|
@ -3,16 +3,24 @@
|
|||
<vbox id="messagesContainer"/>
|
||||
|
||||
<!-- Name labeltype -->
|
||||
<vbox>
|
||||
<hbox>
|
||||
<label value="${i18n:_('Name')}"/>
|
||||
<textbox id="name" value="@{controller.labelType.name}"/>
|
||||
</hbox>
|
||||
<vbox style="margin-bottom: 5px">
|
||||
<grid>
|
||||
<columns>
|
||||
<column label=""></column>
|
||||
<column label=""></column>
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<label value="${i18n:_('Name')}"></label>
|
||||
<textbox id="name"
|
||||
value="@{controller.labelType.name}" />
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</vbox>
|
||||
|
||||
<!-- Label list -->
|
||||
<panel title="${i18n:_('Label list')}" border="normal"
|
||||
style="margin: 10px 0px">
|
||||
<panel title="${i18n:_('Label list')}" border="normal">
|
||||
<panelchildren>
|
||||
<button label="${i18n:_('New label')}" onClick="controller.createLabel()" />
|
||||
<grid id="gridLabels" mold="paging" pageSize="10"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue