Pman.Tab.Group_Rights.js
[Pman.Admin] / Pman.Tab.Group_Rights.js
index 7a9f210..3ae34ad 100644 (file)
@@ -36,7 +36,7 @@ Pman.ColModels.Group_RightsRenderer =  function(v, c, r, ri, ci, st) {
             return '';
         }
         
-        return '<img class="x-grid-check-icon' + state + '" src="' + Ext.BLANK_IMAGE_URL + '"/>';
+        return '<img class="x-grid-check-icon' + state + '" src="' + Roo.BLANK_IMAGE_URL + '"/>';
         
         
 };
@@ -131,7 +131,8 @@ Pman.Tab.Group_Rights = {
                         'width' : 50,
                         renderer : function(v,x,r)
                         {
-                            return String.format('{0}',v.split('.').shift());
+                            return String.format('<span qtip="{1}">{0}</span>',
+                                v.split('.').shift(), v);
                         }
                     },
                     
@@ -149,11 +150,11 @@ Pman.Tab.Group_Rights = {
                             
                             
                             // this needs to be generated by the modules..
-                  
+                            /*
                             if (typeof(Pman.rightNames[v]) == 'string' && Pman.rightNames[v].length) {
                                 return String.format('{0}',Pman.rightNames[v]);
                             }
-                            
+                            */
                             return '???' + v;