ItEr35S21RFMaquetacionDesenhoAplicacion: Labeled main save and cancel buttons in worker window for specific styling
This commit is contained in:
parent
c6d26be903
commit
d85069556c
2 changed files with 4 additions and 4 deletions
|
|
@ -27,8 +27,8 @@
|
|||
</checkbox>
|
||||
</hbox>
|
||||
<hbox>
|
||||
<button onClick="controller.save();" label="${arg.save_button_label}" />
|
||||
<button onClick="controller.save();" label="${arg.save_button_label}" sclass="main-button"/>
|
||||
<button onClick="controller.cancel();"
|
||||
label="${arg.cancel_button_label}" />
|
||||
label="${arg.cancel_button_label}" sclass="main-button"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
</rows>
|
||||
</grid>
|
||||
<button onClick="workRelationship.saveCriterionSatisfaction();"
|
||||
label="${i18n:_('Save')}" />
|
||||
label="${i18n:_('Save')}" sclass="main-button"/>
|
||||
<button onClick="controller.goToEditForm()"
|
||||
label="${i18n:_('Cancel and return')}"/>
|
||||
label="${i18n:_('Cancel and return')}" sclass="main-button" />
|
||||
</window>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue