From ec1f636670b5e52ccf33c8b497bb9c876db8cec2 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 16 Mar 2006 16:14:15 +0000 Subject: [PATCH] put better dimensions on the summary table git-svn-id: svn://svn.open-ils.org/ILS/trunk@3375 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/user_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/user_editor.js b/Open-ILS/xul/staff_client/server/patron/user_editor.js index f41eaedd77..d32e5b0b21 100644 --- a/Open-ILS/xul/staff_client/server/patron/user_editor.js +++ b/Open-ILS/xul/staff_client/server/patron/user_editor.js @@ -885,7 +885,7 @@ function uEditShowSummary() { var win = window.open( "data:application/xhtml+xml," + window.escape(' ]> ' + $('ue_summary_window').innerHTML + '' + serializer.serializeToString(table) + ''), $('ue_summary_window').innerHTML, - 'chrome,resizable'); + 'chrome,resizable,width=700,height=500'); //win.document.body.innerHTML = ""; //win.document.body.appendChild(table); ERRORS = ""; -- 2.43.2