]> wagnertech.de Git - kivitendo-erp.git/blobdiff - js/show_history.js
Paginates nur anzeigen, wenn mindestens 2 Seiten.
[kivitendo-erp.git] / js / show_history.js
index 9d95dfacc2d52b7dc059da5383324c7f975f5f11..e0cfec45e61dcc6ae9296a2e812c1f1d947d17a3 100644 (file)
@@ -14,11 +14,9 @@ function set_history_window(id) {
   var parm = centerParms(800,500) + ",width=800,height=500,status=yes,scrollbars=yes";
   var name = "History";
   url = "common.pl?" +
+    "INPUT_ENCODING=UTF-8&" +
     "action=show_history&" +
-    "login=" +  encodeURIComponent(document.getElementsByName("login")[0].value)+ "&"+
-    "password=" + encodeURIComponent(document.getElementsByName("password")[0].value) + "&" +
-    "path=" + encodeURIComponent(document.getElementsByName("path")[0].value) + "&" +
     "longdescription=" + "&" +
-    "input_name=" + escape(id) + "&"
+    "input_name=" + encodeURIComponent(id) + "&"
   window.open(url, "_new_generic", parm);
-}
\ No newline at end of file
+}