make Circulation -> Enter Offline Interface open a new window instead of a tab, like...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 18 Oct 2010 16:18:40 +0000 (16:18 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 18 Oct 2010 16:18:40 +0000 (16:18 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@18377 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/main/menu.js

index c882dcc..62a25d3 100644 (file)
@@ -497,7 +497,8 @@ main.menu.prototype = {
             'cmd_standalone' : [
                 ['oncommand'],
                 function() { 
-                    obj.set_tab(obj.url_prefix(urls.XUL_STANDALONE),{},{});
+                    //obj.set_tab(obj.url_prefix(urls.XUL_STANDALONE),{},{});
+                    window.open(urls.XUL_STANDALONE,'Offline','chrome,resizable');
                 }
             ],