From e07203821fb6db4d54d0396a0d14d1dbef94dbff Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Wed, 29 Jan 2014 13:23:51 +0100 Subject: [PATCH] =?utf8?q?Neues=20Konto:=20keine=20Abfrage=20wegen=20ge?= =?utf8?q?=C3=A4nderten=20Kontodaten=20stellen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit fixt #2319 --- templates/webpages/am/edit_accounts.html | 26 +++++++++++++----------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/templates/webpages/am/edit_accounts.html b/templates/webpages/am/edit_accounts.html index 297b2b8a4..1e5b03ce9 100644 --- a/templates/webpages/am/edit_accounts.html +++ b/templates/webpages/am/edit_accounts.html @@ -276,16 +276,18 @@ $(function() {
- + 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 %] -- 2.20.1