Skip to content

Commit

Permalink
Save->Apply in RW modal windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jun 8, 2016
1 parent 085b649 commit 0c1efa7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Expand Up @@ -193,7 +193,7 @@ protected void onSubmit(AjaxRequestTarget target, Form<?> form) {
form.add(cancel);

AjaxSubmitButton save = new AjaxSubmitButton(ID_BUTTON_SAVE,
createStringResource("ExpressionVariableEditor.button.save")) {
createStringResource("ExpressionVariableEditor.button.apply")) {

@Override
protected void onSubmit(AjaxRequestTarget target, Form<?> form) {
Expand Down
Expand Up @@ -27,7 +27,7 @@
<div class="main-button-bar">
<p align="right">
<a wicket:id="saveButton" class="btn btn-primary btn-sm" >
<span><wicket:message key="SynchronizationActionEditorDialog.button.save" /></span>
<span><wicket:message key="SynchronizationActionEditorDialog.button.apply" /></span>
</a>
<a wicket:id="cancelButton" class="btn btn-default btn-sm" >
<span><wicket:message key="SynchronizationActionEditorDialog.button.cancel" /></span>
Expand Down
Expand Up @@ -267,6 +267,7 @@ ExpressionReturnMultiplicityType.MULTI=Multi
ExpressionReturnMultiplicityType.SINGLE=Single
ExpressionVariableEditor.button.cancel=Cancel
ExpressionVariableEditor.button.save=Save
ExpressionVariableEditor.button.apply=Apply
ExpressionVariableEditor.label.description=Description
ExpressionVariableEditor.label=Edit expression variable
ExpressionVariableEditor.label.name=Name
Expand Down Expand Up @@ -2510,6 +2511,7 @@ SubtasksPanel.label.name=Task name
SubtasksPanel.label.result=Result
SynchronizationActionEditorDialog.button.cancel=Cancel
SynchronizationActionEditorDialog.button.save=Save
SynchronizationActionEditorDialog.button.apply=Apply
SynchronizationActionEditorDialog.label.description=Description
SynchronizationActionEditorDialog.label=Edit Synchronization Action
SynchronizationActionEditorDialog.label.handlerUri=Action
Expand Down

0 comments on commit 0c1efa7

Please sign in to comment.