Added textbox to set description value in template edition
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
a0ea160f50
commit
835842378a
1 changed files with 5 additions and 0 deletions
|
|
@ -97,6 +97,11 @@
|
|||
<intbox
|
||||
value="@{templatesForOrdersController.template.deadlineAsDaysFromBeginning}" constraint="no negative"/>
|
||||
</row>
|
||||
<row>
|
||||
<label value="${i18n:_('Description')}" />
|
||||
<textbox width="500px"
|
||||
value="@{templatesForOrdersController.template.description}" />
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</tabpanel>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue