ItEr49S04ValidacionEProbasFuncionaisItEr48S04: Changed order of hours and name columns in orders tree

This commit is contained in:
Lorenzo Tilve 2010-02-23 12:07:25 +01:00 committed by Javier Moran Rua
parent 5fad3f1564
commit ea2971897c

View file

@ -65,6 +65,7 @@ public class OrdersTreeComponent extends TreeComponent {
List<Column> columns = new ArrayList<Column>();
columns.add(schedulingStateColumn);
columns.add(codeColumn);
columns.add(nameAndDescriptionColumn);
columns.add(new OrdersTreeColumn(_("Hours"), "hours",
_("Total order element hours")) {
@ -75,7 +76,6 @@ public class OrdersTreeComponent extends TreeComponent {
}
});
columns.add(nameAndDescriptionColumn);
columns.add(new OrdersTreeColumn(_("Must start after"),
"estimated_init",
_("Date which the task must start after (press enter in textbox to open calendar popup or type in date directly)")) {