X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d366e4291fa63d64a74c8c80be4aa2dac4c1223f..3aa5cee2f12c1dff757539b60196bf5e1be0a5d6:/templates/webpages/am/edit_accounts.html diff --git a/templates/webpages/am/edit_accounts.html b/templates/webpages/am/edit_accounts.html index 297b2b8a4..95cd8c09d 100644 --- a/templates/webpages/am/edit_accounts.html +++ b/templates/webpages/am/edit_accounts.html @@ -1,6 +1,9 @@ [%- USE T8 %] [%- USE L %] -[% USE HTML %] + if ( prev_desc != cur_desc || prev_accno != cur_accno ) + return confirm(kivi.t8("Do you want to set the account number \"#1\" to \"#2\" and the name \"#3\" to \"#4\"?", [prev_accno, cur_accno, prev_desc, cur_desc])); + else + return true; + } + +[% END %]