[Bug #854] fix the labels in workingProgressPerTask report

FEA : ItEr72S04BugFixing
This commit is contained in:
Susana Montes Pedreira 2011-03-08 10:38:00 +01:00
parent 4054e17e9c
commit 9a7d73f11d
3 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ public class OrderBandboxFinder extends BandboxFinder implements IBandboxFinder
@Autowired
private IOrderDAO orderDAO;
private final String headers[] = { _("Project"), _("Project code") };
private final String headers[] = { _("Project code"), _("Project name") };
/**
* Forces to mark the string as needing translation

View file

@ -105,7 +105,7 @@
<separator spacing="5px"/>
<hbox>
<bandboxSearch id="bdOrders" finder="OrderBandboxFinder" model="@{controller.allOrders}"
widthListbox="480px" widthBandbox="450px"/>
widthListbox="680px" widthBandbox="480px"/>
<button label="${i18n:_('Add')}"
onClick="controller.onSelectOrder()" style="margin-top: -4px" />
</hbox>

View file

@ -69,8 +69,8 @@
<bandboxSearch id="bandboxSelectOrder"
finder="OrderBandboxFinder"
model="@{controller.orders}"
widthListbox="480px"
widthBandbox="450px"/>
widthListbox="690px"
widthBandbox="480px"/>
</panelchildren>
</panel>