diff --git a/BudgetMasterServer/src/main/resources/templates/transactions/changeTypeModal.ftl b/BudgetMasterServer/src/main/resources/templates/transactions/changeTypeModal.ftl index 35fd2eb42c4c6acaf3e96db76327ad864c8584de..fa2f2a0aa452c59f65aecb3fabfe27b13abba88f 100644 --- a/BudgetMasterServer/src/main/resources/templates/transactions/changeTypeModal.ftl +++ b/BudgetMasterServer/src/main/resources/templates/transactions/changeTypeModal.ftl @@ -27,7 +27,7 @@ </div> <div class="modal-footer background-color"> <@header.buttonLink url='' icon='clear' localizationKey='cancel' color='red' classes='modal-action modal-close text-white'/> - <@header.buttonLink url='' icon='shuffle' localizationKey='ok' color='green' id='buttonChangeTransactionType' classes='"modal-action modal-close text-white' noUrl=true/> + <@header.buttonLink url='' icon='shuffle' localizationKey='ok' color='green' id='buttonChangeTransactionType' classes='modal-action modal-close text-white' noUrl=true/> </div> <form id="formChangeTransactionType" class="hidden" action="<@s.url '/transactions/${transaction.getID()?c}/changeType'/>">