Renamed 'Accept' for 'Apply' commands in advanced allocation

Extra verbosity was added in the tooltip text to explain the actions.

FEA: ItEr75S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2011-10-20 23:46:27 +02:00
parent 24bb2cf581
commit 38acc73985

View file

@ -36,12 +36,15 @@
<borderlayout id="normalLayout" width="auto" apply="${advancedAllocationController}" class="advancedallocationlayout">
<north height="30px" border="0" sclass="toolbar-box">
<hbox align="center">
<button label="${i18n:_('Accept')}" id="acceptButton" image="/common/img/bt_ok.png"
if="${advancedAllocationController.advancedAllocationOfSingleTask}" />
<button label="${i18n:_('Apply')}" id="acceptButton" image="/common/img/bt_ok.png"
if="${advancedAllocationController.advancedAllocationOfSingleTask}"
tooltiptext="${i18n:_('Apply changes and go back to scheduling')}" />
<button label="${i18n:_('Cancel')}" id="cancelButton" image="/common/img/bt_cancel.png"
if="${advancedAllocationController.advancedAllocationOfSingleTask}" />
<button label="${i18n:_('Accept')}" id="saveButton" image="/common/img/bt_ok.png"
if="${!(advancedAllocationController.advancedAllocationOfSingleTask)}" />
if="${advancedAllocationController.advancedAllocationOfSingleTask}"
tooltiptext="${i18n:_('Cancel changes and back to scheduling')}" />
<button label="${i18n:_('Apply')}" id="saveButton" image="/common/img/bt_ok.png"
if="${!(advancedAllocationController.advancedAllocationOfSingleTask)}"
tooltiptext="${i18n:_('Apply changes and continue edition')}" />
<separator/>
<space bar="true" />
<label>${i18n:_('Zoom level')}:</label>