Added textbox to set description value in template edition

FEA: ItEr75S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2011-10-06 17:05:14 +02:00
parent a0ea160f50
commit 835842378a

View file

@ -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>