From 7952f471f90f53dc257cd612ed258180cc4a9754 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 27 Dec 2010 14:35:59 +0100 Subject: [PATCH] =?utf8?q?Vor=20L=C3=B6schen=20von=20Kunden/Lieferanten=20?= =?utf8?q?nachfragen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- locale/de/all | 1 + templates/webpages/ct/form_footer.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/locale/de/all b/locale/de/all index 92ef6b5c6..cd0f8715f 100644 --- a/locale/de/all +++ b/locale/de/all @@ -563,6 +563,7 @@ $self->{texts} = { 'Do you really want to delete AR transaction #1?' => 'Wollen Sie wirklich die Debitorenbuchung #1 löschen?', 'Do you really want to delete GL transaction #1?' => 'Wollen Sie wirklich die Dialogbuchung #1 löschen?', 'Do you really want to delete this group?' => 'Gruppe wirklich löschen?', + 'Do you really want to delete this object?' => 'Wollen Sie dieses Objekt wirklich löschen?', 'Do you really want to delete this warehouse?' => 'Wollen Sie dieses Lager wirklich löschen?', 'Do you want Lx-Office to create a group for access to all functions?' => 'Wollen Sie, dass Lx-Office eine Gruppe mit Zugriff auf alle Funktionen anlegt?', 'Do you want to limit your search?' => 'Wollen Sie Ihre Suche spezialisieren?', diff --git a/templates/webpages/ct/form_footer.html b/templates/webpages/ct/form_footer.html index 4ea8a4247..0291b806b 100644 --- a/templates/webpages/ct/form_footer.html +++ b/templates/webpages/ct/form_footer.html @@ -1,6 +1,7 @@ [%- USE T8 %] [% USE HTML %] [% USE LxERP %] +[% USE L %] @@ -24,7 +25,7 @@ [%- END %] [%- IF id AND is_orphaned %] - + [% L.submit_tag('action', LxERP.t8('Delete'), id => 'action_delete', confirm => LxERP.t8('Do you really want to delete this object?')) %] [%- END %] [%- IF id %] -- 2.20.1