X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fshow_history.js;h=e0cfec45e61dcc6ae9296a2e812c1f1d947d17a3;hb=0409db7c50da81e1eb613bd33663fb5b07935a01;hp=bf8471ed8b379ecce34a1194ec143fb26d6ef3ec;hpb=4498437ef6a51fe1cd58c34501ee7cc100505e89;p=kivitendo-erp.git diff --git a/js/show_history.js b/js/show_history.js index bf8471ed8..e0cfec45e 100644 --- a/js/show_history.js +++ b/js/show_history.js @@ -11,14 +11,12 @@ function centerParms(width,height,extra) { } function set_history_window(id) { - var parm = centerParms(600,500) + ",width=600,height=500,status=yes,scrollbars=yes"; + 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 +}