sync
[Pman.Admin] / old / Pman.Tab.ContactGrps.js
1 //<script type="text/javascript">
2
3
4 // fixme - needs a delayed create..
5
6
7 Pman.on('beforeload', function()
8
9     
10     
11
12     Pman.Tab.ContactGrps = new Pman.Tab.GroupsList({
13         id : 'cgroups',
14         title:  "Groups",
15         type : 2,
16         getDialog : function () { return Pman.Dialog.Groups; }
17     });
18     Pman.register({
19         modKey : '060-pman-tab-contactgrps',
20         module : Pman.Tab.ContactGrps,
21         region : 'west',
22         parent : Pman.Tab.ContactsMgr,
23         name : "Contacts Groups"
24     });
25         
26 });