Belegvorlagen: keine Rückfrage vor dem Laden
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 30 Jan 2017 10:16:15 +0000 (11:16 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 30 Jan 2017 10:16:15 +0000 (11:16 +0100)
js/kivi.RecordTemplate.js
js/locale/de.js
locale/de/all

index 791bcba..61c1b0f 100644 (file)
@@ -36,9 +36,6 @@ namespace('kivi.RecordTemplate', function(ns) {
   };
 
   ns.load = function(id) {
-    if (!confirm(kivi.t8('Do you really want to load this record template? All unsaved data will be lose.')))
-      return false;
-
     var $type = $("#record_template_dialog_template_type");
     var url   = encodeURIComponent($type.data('controller'))
               + '?action=' + encodeURIComponent($type.data('load_action'))
index f5ff39c..186d7fc 100644 (file)
@@ -37,7 +37,6 @@ namespace("kivi").setupLocale({
 "Do you really want to cancel?":"Wollen Sie wirklich abbrechen?",
 "Do you really want to delete this draft?":"Wollen Sie diesen Entwurf wirklich löschen?",
 "Do you really want to delete this record template?":"Wollen Sie diese Belegvorlage wirklich löschen?",
-"Do you really want to load this record template? All unsaved data will be lose.":"Wollen Sie diese Belegvorlage wirklich laden? Alle nicht gespeicherten Daten gehen dabei verloren.",
 "Do you really want to revert to this version?":"Wollen Sie wirklich auf diese Version zurücksetzen?",
 "Do you really want to save?":"Wollen Sie wirklich speichern?",
 "Do you want to set the account number \"#1\" to \"#2\" and the name \"#3\" to \"#4\"?":"Soll die Kontonummer \"#1\" zu \"#2\" und den Name \"#3\" zu \"#4\" geändert werden?",
index 81e5141..b3d7aa0 100755 (executable)
@@ -980,7 +980,6 @@ $self->{texts} = {
   'Do you really want to delete this object?' => 'Wollen Sie dieses Objekt wirklich löschen?',
   'Do you really want to delete this record template?' => 'Wollen Sie diese Belegvorlage wirklich löschen?',
   'Do you really want to delete this warehouse?' => 'Wollen Sie dieses Lager wirklich l&ouml;schen?',
-  'Do you really want to load this record template? All unsaved data will be lose.' => 'Wollen Sie diese Belegvorlage wirklich laden? Alle nicht gespeicherten Daten gehen dabei verloren.',
   'Do you really want to revert to this version?' => 'Wollen Sie wirklich auf diese Version zurücksetzen?',
   'Do you really want to save?' => 'Wollen Sie wirklich speichern?',
   'Do you want to <b>limit</b> your search?' => 'Wollen Sie Ihre Suche <b>spezialisieren</b>?',