Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7952f471

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID 7952f471f90f53dc257cd612ed258180cc4a9754
  • Vorgänger c8cda754
  • Nachfolger 554abccb

Vor Löschen von Kunden/Lieferanten nachfragen

Unterschiede anzeigen:

locale/de/all
563 563
  'Do you really want to delete AR transaction #1?' => 'Wollen Sie wirklich die Debitorenbuchung #1 l?schen?',
564 564
  'Do you really want to delete GL transaction #1?' => 'Wollen Sie wirklich die Dialogbuchung #1 l?schen?',
565 565
  'Do you really want to delete this group?' => 'Gruppe wirklich löschen?',
566
  'Do you really want to delete this object?' => 'Wollen Sie dieses Objekt wirklich l?schen?',
566 567
  'Do you really want to delete this warehouse?' => 'Wollen Sie dieses Lager wirklich löschen?',
567 568
  '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?',
568 569
  'Do you want to <b>limit</b> your search?' => 'Wollen Sie Ihre Suche <b>spezialisieren</b>?',
templates/webpages/ct/form_footer.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3 3
[% USE LxERP %]
4
[% USE L %]
4 5
<input name="id" type="hidden" id="cvid" value="[% HTML.escape(id) %]">
5 6
<input name="business_save" type="hidden" value="[% HTML.escape(selectbusiness) %]">
6 7
<input name="title_save" type="hidden" value="[% HTML.escape(title) %]">
......
24 25
  <input class="submit" type="submit" name="action" value="[% 'Save and RFQ' | $T8 %]" onclick="return check_taxzone_and_ustid()">
25 26
  [%- END %]
26 27
[%- IF id AND is_orphaned %]
27
  <input class="submit" type="submit" name="action" value="[% 'Delete' | $T8 %]">
28
  [% L.submit_tag('action', LxERP.t8('Delete'), id => 'action_delete', confirm => LxERP.t8('Do you really want to delete this object?')) %]
28 29
[%- END %]
29 30
[%- IF id %]
30 31
  <input type="button" class="submit" onclick="set_history_window([% HTML.escape(id) %]);" name="history" id="history" value="[% 'history' | $T8 %]">

Auch abrufbar als: Unified diff