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

#596 - added horizontal line above transaction form buttons

parent bab03ee6
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,6 @@ ...@@ -81,7 +81,6 @@
<#-- icon --> <#-- icon -->
<@iconSelectMacros.iconSelect id="template-icon" item=template/> <@iconSelectMacros.iconSelect id="template-icon" item=template/>
<br>
<#-- buttons --> <#-- buttons -->
<@newTransactionMacros.buttons "/templates"/> <@newTransactionMacros.buttons "/templates"/>
</form> </form>
......
...@@ -288,6 +288,10 @@ ...@@ -288,6 +288,10 @@
</#macro> </#macro>
<#macro buttons cancelURL> <#macro buttons cancelURL>
<br>
<hr>
<br>
<div class="row hide-on-small-only"> <div class="row hide-on-small-only">
<div class="col s6 right-align"> <div class="col s6 right-align">
<@buttonCancel cancelURL/> <@buttonCancel cancelURL/>
......
...@@ -72,7 +72,6 @@ ...@@ -72,7 +72,6 @@
</#if> </#if>
<@customSelectMacros.customAccountSelect "account-select-wrapper" "account" accounts selectedAccount "col s12 m12 l8 offset-l2" locale.getString("transaction.new.label.account") "transaction-account"/> <@customSelectMacros.customAccountSelect "account-select-wrapper" "account" accounts selectedAccount "col s12 m12 l8 offset-l2" locale.getString("transaction.new.label.account") "transaction-account"/>
<br>
<#-- buttons --> <#-- buttons -->
<@newTransactionMacros.buttons "/transactions"/> <@newTransactionMacros.buttons "/transactions"/>
<@newTransactionMacros.buttonTransactionActions isEdit true previousType??/> <@newTransactionMacros.buttonTransactionActions isEdit true previousType??/>
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<#-- repeating options --> <#-- repeating options -->
<@newTransactionMacros.transactionRepeating transaction currentDate/> <@newTransactionMacros.transactionRepeating transaction currentDate/>
<br>
<#-- buttons --> <#-- buttons -->
<@newTransactionMacros.buttons "/transactions"/> <@newTransactionMacros.buttons "/transactions"/>
<@newTransactionMacros.buttonTransactionActions isEdit false previousType??/> <@newTransactionMacros.buttonTransactionActions isEdit false previousType??/>
......
...@@ -78,7 +78,6 @@ ...@@ -78,7 +78,6 @@
</#if> </#if>
<@customSelectMacros.customAccountSelect "transfer-account-select-wrapper" "transferAccount" accounts selectedTransferAccount "col s12 m12 l8 offset-l2" locale.getString("transaction.new.label.transfer.account") "transaction-destination-account"/> <@customSelectMacros.customAccountSelect "transfer-account-select-wrapper" "transferAccount" accounts selectedTransferAccount "col s12 m12 l8 offset-l2" locale.getString("transaction.new.label.transfer.account") "transaction-destination-account"/>
<br>
<#-- buttons --> <#-- buttons -->
<@newTransactionMacros.buttons '/transactions'/> <@newTransactionMacros.buttons '/transactions'/>
<@newTransactionMacros.buttonTransactionActions isEdit true previousType??/> <@newTransactionMacros.buttonTransactionActions isEdit true previousType??/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment