Skip to content
Snippets Groups Projects
Commit 94f9766d authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#503 - add new save-and-continue button

parent 4d9fc9b4
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ category.rest=Übertrag
ok=OK
cancel=Abbrechen
save=Speichern
saveAndContinue=Speichern & Neu
delete=Löschen
delete.question=Löschen?
today=Heute
......
......@@ -61,6 +61,7 @@ category.rest=Rest
ok=OK
cancel=Cancel
save=Save
saveAndContinue=Save & New
delete=Delete
delete.question=Delete?
today=Today
......
......@@ -309,11 +309,9 @@
<br>
<div class="row hide-on-small-only">
<div class="col s6 right-align">
<@buttonCancel cancelURL/>
</div>
<div class="col s6 left-align">
<div class="col s12 center-align">
<@buttonCancel cancelURL/>&nbsp;
<@buttonSaveAndContinue/>&nbsp;
<@buttonSave/>
</div>
</div>
......@@ -324,6 +322,11 @@
<@buttonCancel cancelURL/>
</div>
</div>
<div class="row center-align">
<div class="col s12">
<@buttonSaveAndContinue/>
</div>
</div>
<div class="row center-align">
<div class="col s12">
<@buttonSave/>
......@@ -340,6 +343,10 @@
<@header.buttonSubmit name='action' icon='save' localizationKey='save' id='button-save-transaction'/>
</#macro>
<#macro buttonSaveAndContinue>
<@header.buttonSubmit name='action' icon='save' localizationKey='saveAndContinue' id='button-save-transaction-and-continue'/>
</#macro>
<#macro buttonTransactionActions canChangeType canCreateTemplate changeTypeInProgress>
<#if (canChangeType || canCreateTemplate) && !changeTypeInProgress>
<div class="fixed-action-btn" id="transaction-actions-button">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment