Pman.Tab.Groups.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 8 Mar 2011 00:09:51 +0000 (08:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 8 Mar 2011 00:09:51 +0000 (08:09 +0800)
Pman.Tab.Groups.js [deleted file]

diff --git a/Pman.Tab.Groups.js b/Pman.Tab.Groups.js
deleted file mode 100644 (file)
index 96a1ebb..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-//<script type="text/javascript">
-
-
-// fixme - needs a delayed create..
-
-
-Pman.on('beforeload', function()
-{ 
-    
-    Pman.Tab.Groups.title = "Groups";
-    
-    Pman.register({
-        modKey : '00-pman-tab-groups',
-        module : Pman.Tab.Groups,
-        region : 'west',
-        parent : Pman.Tab.GroupMgr,
-        name : "Permission Groups"
-    });
-});   
-
-Pman.Tab.Groups = new Pman.Tab.GroupsList({
-    id : 'groups',
-    title:  "Groups", // fixme change to method!!!
-    type : 0,
-    getDialog : function () { return Pman.Dialog.Groups; }
-});
\ No newline at end of file