/* - ++resource++bda.currencycalculator.kss - */
/* http://www.bankenverband.de/portal_kss/++resource++bda.currencycalculator.kss?original=1 */
#currencyslice input.formaction:click {
evt-click-preventdefault: True;
action-server: updateCurrencyRate;
updateCurrencyRate-formaction: nodeAttr('name');
updateCurrencyRate-kssSubmitForm: currentForm();
}

