From: Moritz Bunkus Date: Mon, 27 Dec 2010 13:35:59 +0000 (+0100) Subject: Vor Löschen von Kunden/Lieferanten nachfragen X-Git-Tag: release-2.6.2beta1~64^2~2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=7952f471f90f53dc257cd612ed258180cc4a9754;p=kivitendo-erp.git Vor Löschen von Kunden/Lieferanten nachfragen --- 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 %]