From fe022511e7964e374e889c7e41bac6602945ea0b Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 14 Apr 2009 02:14:56 +0000 Subject: [PATCH] workstation registration tweaks.. layout, help, and NO_SESSION handling git-svn-id: svn://svn.open-ils.org/ILS/trunk@12856 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/locale/en-US/lang.dtd | 7 ++-- Open-ILS/xul/staff_client/server/main/ws_info.xul | 39 +++++++++++++++-------- 2 files changed, 31 insertions(+), 15 deletions(-) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index ec26567da9..a740c69ae8 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -1838,10 +1838,13 @@ - - + + + + + diff --git a/Open-ILS/xul/staff_client/server/main/ws_info.xul b/Open-ILS/xul/staff_client/server/main/ws_info.xul index 625a041ab5..122d17b084 100644 --- a/Open-ILS/xul/staff_client/server/main/ws_info.xul +++ b/Open-ILS/xul/staff_client/server/main/ws_info.xul @@ -162,6 +162,7 @@ switch(Number(robj.ilsevent)) { case -1 : g.error.standard_network_error_alert(); break; case 1703 /* WORKSTATION_NAME_EXISTS */ : /* handled with override request */ break; + case 1001 /* NO_SESSION */ : /* handled with request dialog */ break; default: g.error.standard_unexpected_error_alert(document.getElementById('commonStrings').getFormattedString('staff.main.gen_offline_widgets.registration.error', ['1']), robj); break; } } else { @@ -184,18 +185,30 @@ ]]> - - - &staff.main.ws_info.entry; - - - - - -