From: pines Date: Mon, 11 Sep 2006 03:18:02 +0000 (+0000) Subject: for the offline exception details window X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9f4a6524accb82af48d1a34e3f6ca647635e6455;p=Evergreen.git for the offline exception details window git-svn-id: svn://svn.open-ils.org/ILS/trunk@6053 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.js b/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.js index f1145f9263..664a324d37 100644 --- a/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.js +++ b/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.js @@ -730,7 +730,7 @@ admin.offline_manage_xacts.prototype = { 'Details:\n' + obj.error.pretty_print(js2JSON(error)) ), 'offline_error_details', - 'chrome,resizable,modal' + 'height=240,width=320,scrollbars=yes,chrome,resizable,modal' ); } } catch(E) {