Pman.js
authorAlan Knowles <alan@roojs.com>
Fri, 20 Dec 2013 06:32:55 +0000 (14:32 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 20 Dec 2013 06:32:55 +0000 (14:32 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index bb70e49..66a3d3a 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -246,20 +246,23 @@ Pman = new Roo.Document(
             var tbl = se.child('table', true);
             tbl.setAttribute('width', '100%');
         }
-        lotb.add(
-            new Roo.Toolbar.Fill(), 
-     
-            {
-                text: "Change Password",
-                cls: 'x-btn-text-icon',
-                icon: rootURL + '/Pman/templates/images/change-password.gif',
-                handler : function(){
-                    Pman.PasswordChange.show({});
-                }
-            }, '-'
-        );
-         
         
+        if (Pman.hasPerm('Core.ChangePassword','S')) {
+            
+            lotb.add(
+                new Roo.Toolbar.Fill(), 
+         
+                {
+                    text: "Change Password",
+                    cls: 'x-btn-text-icon',
+                    icon: rootURL + '/Pman/templates/images/change-password.gif',
+                    handler : function(){
+                        Pman.PasswordChange.show({});
+                    }
+                }, '-'
+            );
+        }     
+            
         if (this.topMenuItems.length) {
             
             Roo.each(this.topMenuItems, function (mi) {