Removing toolbar button styles in advanced allocation

FEA: ItEr75S08MigrationZK5
This commit is contained in:
Lorenzo Tilve Álvaro 2011-08-25 10:55:23 +02:00
parent c92a32e6a2
commit e2d79f0d74

View file

@ -36,11 +36,11 @@
<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" class="save-button global-action"
<button label="${i18n:_('Accept')}" id="acceptButton"
if="${advancedAllocationController.advancedAllocationOfSingleTask}" />
<button label="${i18n:_('Cancel')}" id="cancelButton" class="cancel-button global-action"
<button label="${i18n:_('Cancel')}" id="cancelButton"
if="${advancedAllocationController.advancedAllocationOfSingleTask}" />
<button image="/common/img/ico_ok.png" tooltiptext="${i18n:_('Accept')}" id="saveButton" class="planner-command"
<button image="/common/img/ico_ok.png" tooltiptext="${i18n:_('Accept')}" id="saveButton"
if="${!(advancedAllocationController.advancedAllocationOfSingleTask)}" />
<separator/>
<label>${i18n:_('Zoom level')}:</label>