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:19:08 +0000 (16:19 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 18 Oct 2010 16:19:08 +0000 (16:19 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18378 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index ca8607e..ff1d56a 100644 (file)
@@ -501,7 +501,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');
                 }
             ],