]> wagnertech.de Git - mfinanz.git/blobdiff - js/show_history.js
menus: menu.pl links entfernt
[mfinanz.git] / js / show_history.js
index e0cfec45e61dcc6ae9296a2e812c1f1d947d17a3..6985c69415066ea9cf3bd8a06c62cd04cd172000 100644 (file)
@@ -10,13 +10,14 @@ function centerParms(width,height,extra) {
   return string;
 }
 
-function set_history_window(id) {
+function set_history_window(id,trans_id_type) {
   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&" +
     "longdescription=" + "&" +
+    "trans_id_type=" + encodeURIComponent(trans_id_type) + "&" +
     "input_name=" + encodeURIComponent(id) + "&"
   window.open(url, "_new_generic", parm);
 }