name tweak
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 20 Jun 2005 16:39:16 +0000 (16:39 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 20 Jun 2005 16:39:16 +0000 (16:39 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@877 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/staff_client/chrome/content/evergreen/Open-ILS/OpenILS.js
Evergreen/staff_client/chrome/content/evergreen/auth/auth.xul

index e29e966..7c5e870 100644 (file)
@@ -2,8 +2,8 @@ function OpenILS_init(screen) {
        sdump('D_TRACE','Entering OpenILS_init with ' + screen + '\n');
 
        switch(screen) {
-               case 'auth' : auth_init(); break;
-               case 'app_shell' : app_shell_init(); break;
+               case 'Auth' : auth_init(); break;
+               case 'AppShell' : app_shell_init(); break;
        }
 
        sdump('D_TRACE','Exiting OpenILS_init\n');
index f20ab48..b8c705d 100644 (file)
@@ -9,7 +9,7 @@
 
 <window id="auth_win" title="&auth.title;" 
        orient="vertical" style="overflow: auto"  persist="width height"
-       onload="mw.OpenILS_init('auth');"
+       onload="mw.OpenILS_init('Auth');"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
        <!-- More Localization -->