Make bigger the description field in templates edition

FEA: ItEr76S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2012-03-14 16:29:57 +01:00
parent 7618c730a1
commit a90f720dff

View file

@ -99,7 +99,7 @@
</row>
<row>
<label value="${i18n:_('Description')}" />
<textbox width="500px"
<textbox rows="3" width="600px"
value="@{templatesForOrdersController.template.description}" />
</row>
</rows>