Change name of label so it is more clear

FEA: ItEr60S19TimeUnitDataType
This commit is contained in:
Óscar González Fernández 2010-09-02 11:45:18 +02:00
parent ad4e5c5c09
commit 8ac4453281
2 changed files with 7 additions and 7 deletions

View file

@ -126,12 +126,12 @@ public abstract class BaseCalendarEditionController extends
prepareParentCombo();
}
prepareExceptionTypeCombo();
exceptionDurationPicker = addEffortDurationPickerAtDurationRow(comp);
exceptionDurationPicker = addEffortDurationPickerAtWorkableTimeRow(comp);
}
private EffortDurationPicker addEffortDurationPickerAtDurationRow(
private EffortDurationPicker addEffortDurationPickerAtWorkableTimeRow(
Component comp) {
Component container = comp.getFellow("exceptionDayDurationRow");
Component container = comp.getFellow("exceptionDayWorkableTimeRow");
EffortDurationPicker result = new EffortDurationPicker();
result.setValue(EffortDuration.zero());
container.appendChild(result);

View file

@ -106,8 +106,8 @@
<label value="${i18n:_('End Date')}" />
<datebox id="exceptionEndDate" />
</row>
<row id="exceptionDayDurationRow">
<label value="${i18n:_('Duration')}" />
<row id="exceptionDayWorkableTimeRow">
<label value="${i18n:_('Workable Time')}" />
</row>
</rows>
</grid>
@ -119,7 +119,7 @@
<listhead>
<listheader label="${i18n:_('Day')}" />
<listheader label="${i18n:_('Exception Type')}" />
<listheader label="${i18n:_('Duration')}" />
<listheader label="${i18n:_('Workable Time')}" />
<listheader label="${i18n:_('Operations')}" />
</listhead>
</listbox>
@ -148,7 +148,7 @@
itemRenderer="@{calendarController.editionController.hoursPerDayRenderer}">
<listhead>
<listheader label="${i18n:_('Day of week')}" />
<listheader label="${i18n:_('Duration')}" />
<listheader label="${i18n:_('Workable Time')}" />
<listheader label="${i18n:_('By default')}" />
</listhead>
</listbox>