'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 <b>limit</b> your search?' => 'Wollen Sie Ihre Suche <b>spezialisieren</b>?',
[%- USE T8 %]
[% USE HTML %]
[% USE LxERP %]
+[% USE L %]
<input name="id" type="hidden" id="cvid" value="[% HTML.escape(id) %]">
<input name="business_save" type="hidden" value="[% HTML.escape(selectbusiness) %]">
<input name="title_save" type="hidden" value="[% HTML.escape(title) %]">
<input class="submit" type="submit" name="action" value="[% 'Save and RFQ' | $T8 %]" onclick="return check_taxzone_and_ustid()">
[%- END %]
[%- IF id AND is_orphaned %]
- <input class="submit" type="submit" name="action" value="[% 'Delete' | $T8 %]">
+ [% L.submit_tag('action', LxERP.t8('Delete'), id => 'action_delete', confirm => LxERP.t8('Do you really want to delete this object?')) %]
[%- END %]
[%- IF id %]
<input type="button" class="submit" onclick="set_history_window([% HTML.escape(id) %]);" name="history" id="history" value="[% 'history' | $T8 %]">