Make more readable date constraint component on taskdetails

FEA: ItEr77S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2012-12-13 10:48:23 +01:00
parent 25a9c12b6b
commit c221e5784b

View file

@ -65,10 +65,10 @@
</row>
<row id="startConstraint">
<label value="${i18n:_('Constraint')}" />
<vbox>
<combobox id="startConstraintTypes" width="300px" />
<hbox>
<combobox id="startConstraintTypes" width="180px" />
<datebox id="startConstraintDate" constraint ="no empty"/>
</vbox>
</hbox>
</row>
<row id="resourceAllocationType" visible="@{editController.isTask}">
<label value="${i18n:_('Resource allocation type')}" />