PHP8
[Pman.BAdmin] / Pman.Tab.js
index fc8730d..82c428d 100644 (file)
@@ -7,7 +7,7 @@ Roo.namespace('Pman');
 Pman.Tab = new Roo.XComponent({
 
  _strings : {
-  'e3afed0047b08059d0fada10f400c1e5' :"Admin",
+  '7b7bc2512ee1fedcd76bdc68926d4f7b' :"Administrator",
   '0323de4f66a1700e2173e9bcdce02715' :"Logout",
   '8f1e77e0d2be21da93cd4d9a939148f7' :"Change Password",
   '617114bd6ef10884239510062dffa933' :"Your password has been changed",
@@ -40,6 +40,7 @@ Pman.Tab = new Roo.XComponent({
    center : {
     xtype : 'Region',
     alwaysShowTabs : true,
+    cls : 'pman-admin-center',
     tabPosition : 'top',
     xns : Roo.bootstrap.layout,
     '|xns' : 'Roo.bootstrap.layout'
@@ -64,19 +65,17 @@ Pman.Tab = new Roo.XComponent({
        xtype : 'NavHeaderbar',
        autohide : true,
        brand : '<img   cls="header-logo" src="' +    Roo.BLANK_IMAGE_URL + '">',
-       cls : 'headroom animated slideDown  no-srButton',
+       cls : 'headroom animated slideDown  no-srButton pman-admin-header',
        desktopCenter : false,
        inverse : false,
        position : 'fixed-top',
        srButton : true,
-       style : 'padding-bottom:0px;',
        xns : Roo.bootstrap,
        '|xns' : 'Roo.bootstrap',
        items  : [
         {
          xtype : 'NavGroup',
          align : 'right',
-         style : 'margin-top:0px;margin-bottom:0px;',
          type : 'nav',
          xns : Roo.bootstrap,
          '|xns' : 'Roo.bootstrap',
@@ -103,6 +102,7 @@ Pman.Tab = new Roo.XComponent({
             xtype : 'Menu',
             allowDomMove : false,
             cls : 'user-menu',
+            hideTrigger : true,
             listeners : {
              show : function (_self)
               {
@@ -136,8 +136,7 @@ Pman.Tab = new Roo.XComponent({
                 items  : [
                  {
                   xtype : 'Column',
-                  md : 9,
-                  mdoff : 3,
+                  md : 12,
                   xns : Roo.bootstrap,
                   '|xns' : 'Roo.bootstrap',
                   items  : [
@@ -148,8 +147,8 @@ Pman.Tab = new Roo.XComponent({
                     items  : [
                      {
                       xtype : 'Column',
+                      cls : 'text-primary',
                       md : 12,
-                      style : 'color:#333;text-align:right',
                       listeners : {
                        render : function (_self)
                         {
@@ -163,7 +162,7 @@ Pman.Tab = new Roo.XComponent({
                      {
                       xtype : 'Column',
                       md : 12,
-                      style : 'color:#333;text-align:right',
+                      style : 'color:#777;',
                       listeners : {
                        render : function (_self)
                         {
@@ -174,6 +173,38 @@ Pman.Tab = new Roo.XComponent({
                       },
                       xns : Roo.bootstrap,
                       '|xns' : 'Roo.bootstrap'
+                     },
+                     {
+                      xtype : 'Column',
+                      md : 12,
+                      xns : Roo.bootstrap,
+                      '|xns' : 'Roo.bootstrap',
+                      items  : [
+                       {
+                        xtype : 'Button',
+                        html : _this._strings['7b7bc2512ee1fedcd76bdc68926d4f7b'] /* Administrator */,
+                        style : 'padding: 0px;text-decoration: none; color:#777;',
+                        weight : 'link',
+                        listeners : {
+                         click : function (_self, e)
+                          {
+                              if(window.location.href.indexOf('_super_admin=1') * 1 != -1) {
+                                  window.open(baseURL,'_self');
+                                  return;
+                              }
+                              
+                              window.open(baseURL + '?_super_admin=1','_self');
+                          },
+                         render : function (_self)
+                          {
+                              _this.super_admin_btn = this;
+                              
+                          }
+                        },
+                        xns : Roo.bootstrap,
+                        '|xns' : 'Roo.bootstrap'
+                       }
+                      ]
                      }
                     ]
                    }
@@ -201,39 +232,6 @@ Pman.Tab = new Roo.XComponent({
               xns : Roo.bootstrap,
               '|xns' : 'Roo.bootstrap',
               items  : [
-               {
-                xtype : 'Row',
-                xns : Roo.bootstrap,
-                '|xns' : 'Roo.bootstrap',
-                items  : [
-                 {
-                  xtype : 'Column',
-                  md : 12,
-                  xns : Roo.bootstrap,
-                  '|xns' : 'Roo.bootstrap',
-                  items  : [
-                   {
-                    xtype : 'Button',
-                    html : _this._strings['e3afed0047b08059d0fada10f400c1e5'] /* Admin */,
-                    style : 'float: right; padding-top: 0px; padding-right: 0px;',
-                    weight : 'link',
-                    listeners : {
-                     click : function (_self, e)
-                      {
-                          window.open(baseURL + '?_super_admin=1','_self');
-                      },
-                     render : function (_self)
-                      {
-                          _this.super_admin_btn = this;
-                      }
-                    },
-                    xns : Roo.bootstrap,
-                    '|xns' : 'Roo.bootstrap'
-                   }
-                  ]
-                 }
-                ]
-               },
                {
                 xtype : 'Row',
                 xns : Roo.bootstrap,
@@ -256,12 +254,14 @@ Pman.Tab = new Roo.XComponent({
                     listeners : {
                      click : function (e)
                       {
-                      
                           var _self = this;
                           
-                          Pman.Dialog.BAdminPassword.show({ id : Pman.Login.authUser.id }, function(res) {
-                              Roo.bootstrap.MessageBox.alert(_self._change_passwd_success_title, _self._change_passwd_success_body);
-                          });
+                          Pman.Dialog.BAdminPassword.show(
+                              {},
+                              function(res) {
+                                  Roo.bootstrap.MessageBox.alert(_self._change_passwd_success_title, _self._change_passwd_success_body);
+                              }
+                          );
                           
                       }
                     },