old/Pman.Tab.ContactGrps.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 06:40:07 +0000 (14:40 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 06:40:07 +0000 (14:40 +0800)
old/Pman.Tab.ContactGrps.js [new file with mode: 0644]

diff --git a/old/Pman.Tab.ContactGrps.js b/old/Pman.Tab.ContactGrps.js
new file mode 100644 (file)
index 0000000..9382eff
--- /dev/null
@@ -0,0 +1,26 @@
+//<script type="text/javascript">
+
+
+// fixme - needs a delayed create..
+
+
+Pman.on('beforeload', function()
+{ 
+    
+    
+
+    Pman.Tab.ContactGrps = new Pman.Tab.GroupsList({
+        id : 'cgroups',
+        title:  "Groups",
+        type : 2,
+        getDialog : function () { return Pman.Dialog.Groups; }
+    });
+    Pman.register({
+        modKey : '060-pman-tab-contactgrps',
+        module : Pman.Tab.ContactGrps,
+        region : 'west',
+        parent : Pman.Tab.ContactsMgr,
+        name : "Contacts Groups"
+    });
+        
+});
\ No newline at end of file