Removing toolbar button styles in advanced allocation
FEA: ItEr75S08MigrationZK5
This commit is contained in:
parent
c92a32e6a2
commit
e2d79f0d74
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue