remove dummy project tabs
[Pman.BAdmin] / Pman.Tab.BAdminProject.js
diff --git a/Pman.Tab.BAdminProject.js b/Pman.Tab.BAdminProject.js
deleted file mode 100644 (file)
index 0556743..0000000
+++ /dev/null
@@ -1,225 +0,0 @@
-//<script type="text/javascript">
-
-// Auto generated file - created by app.Builder.js- do not edit directly (at present!)
-
-Roo.namespace('Pman.Tab');
-
-Pman.Tab.BAdminProject = new Roo.XComponent({
-
- _strings : {
-  '54e1d44609e3abed11f6e1eb6ae54988' :"Projects",
-  'ec211f7c20af43e742bf2570c3cb84f9' :"Add",
-  'e57c636e4888ae64d98a590c6d530f25' :"Job No.",
-  'bfa40db99e13ed2fe413ea8f1507cda9' :"Permission Group",
-  '1a11b1adc359c03db0ca798a00e2632c' :"Opened",
-  'f2a6c498fb90ee345d997f888fce3b18' :"Delete",
-  '49ee3087348e8d44e1feda1917443987' :"Name",
-  'dec0281615951933174d1bad72eeb180' :"Office / Team"
- },
-
-  part     :  ["BAdmin", "Project" ],
-  order    : '300-Pman.Tab.BAdminProject',
-  region   : 'center',
-  parent   : 'Pman.Tab.BAdmin',
-  name     : "unnamed module",
-  disabled : false, 
-  permname : '', 
-  _tree : function(_data)
-  {
-   var _this = this;
-   var MODULE = this;
-   return {
-   xtype : 'Nest',
-   region : 'center',
-   title : _this._strings['54e1d44609e3abed11f6e1eb6ae54988'] /* Projects */,
-   xns : Roo.bootstrap.panel,
-   '|xns' : 'Roo.bootstrap.panel',
-   layout : {
-    xtype : 'Border',
-    xns : Roo.bootstrap.layout,
-    '|xns' : 'Roo.bootstrap.layout',
-    center : {
-     xtype : 'Region',
-     xns : Roo.bootstrap.layout,
-     '|xns' : 'Roo.bootstrap.layout'
-    },
-    north : {
-     xtype : 'Region',
-     height : 50,
-     xns : Roo.bootstrap.layout,
-     '|xns' : 'Roo.bootstrap.layout'
-    },
-    items  : [
-     {
-      xtype : 'Content',
-      region : 'north',
-      xns : Roo.bootstrap.panel,
-      '|xns' : 'Roo.bootstrap.panel',
-      items  : [
-       {
-        xtype : 'NavSimplebar',
-        type : 'pills',
-        xns : Roo.bootstrap,
-        '|xns' : 'Roo.bootstrap',
-        items  : [
-         {
-          xtype : 'Form',
-          align : 'right',
-          cls : 'mr-md-auto',
-          xns : Roo.bootstrap,
-          '|xns' : 'Roo.bootstrap',
-          items  : [
-           {
-            xtype : 'Input',
-            xns : Roo.bootstrap,
-            '|xns' : 'Roo.bootstrap'
-           },
-           {
-            xtype : 'Button',
-            fa : 'search',
-            weight : 'primary',
-            xns : Roo.bootstrap,
-            '|xns' : 'Roo.bootstrap'
-           }
-          ]
-         },
-         {
-          xtype : 'NavGroup',
-          align : 'right',
-          pilltype : false,
-          type : 'pills',
-          xns : Roo.bootstrap,
-          '|xns' : 'Roo.bootstrap',
-          items  : [
-           {
-            xtype : 'NavItem',
-            button_outline : false,
-            button_weight : 'danger',
-            cls : 'ml-3 mr-0',
-            fa : 'trash',
-            html : _this._strings['f2a6c498fb90ee345d997f888fce3b18'] /* Delete */,
-            xns : Roo.bootstrap,
-            '|xns' : 'Roo.bootstrap'
-           },
-           {
-            xtype : 'NavItem',
-            button_outline : false,
-            button_weight : 'warning',
-            cls : 'ml-3 mr-0',
-            fa : 'plus',
-            html : _this._strings['ec211f7c20af43e742bf2570c3cb84f9'] /* Add */,
-            listeners : {
-             click : function (e)
-              {
-                  Pman.Dialog.BAdminProject.show({});
-              }
-            },
-            xns : Roo.bootstrap,
-            '|xns' : 'Roo.bootstrap'
-           }
-          ]
-         }
-        ]
-       }
-      ]
-     },
-     {
-      xtype : 'Grid',
-      region : 'center',
-      listeners : {
-       activate : function (_self)
-        {
-            this.grid.ds.load({});
-        }
-      },
-      xns : Roo.bootstrap.panel,
-      '|xns' : 'Roo.bootstrap.panel',
-      grid : {
-       xtype : 'Table',
-       rowSelection : true,
-       striped : true,
-       listeners : {
-        render : function (_self)
-         {
-             _this.grid = this;
-         },
-        rowclick : function (_self, el, rowIndex, e)
-         {
-             Pman.Dialog.BAdminProject.show({});
-         }
-       },
-       xns : Roo.bootstrap,
-       '|xns' : 'Roo.bootstrap',
-       store : {
-        xtype : 'SimpleStore',
-        data : [
-            [ 'Project:', '' ],
-            [ 'ER No.:', '' ],
-            [ 'School Code:', '' ],
-            [ 'District:', '' ] 
-        ],
-        fields : [ 'filter' , 'value' ],
-        isLocal : true,
-        xns : Roo.data,
-        '|xns' : 'Roo.data'
-       },
-       sm : {
-        xtype : 'RowSelectionModel',
-        singleSelect : true,
-        listeners : {
-         selectionchange : function (_self)
-          {
-           
-          }
-        },
-        xns : Roo.bootstrap.Table,
-        '|xns' : 'Roo.bootstrap.Table'
-       },
-       cm : [
-        {
-         xtype : 'ColumnModel',
-         dataIndex : 'fname',
-         header : _this._strings['e57c636e4888ae64d98a590c6d530f25'] /* Job No. */,
-         sm : 1,
-         xns : Roo.grid,
-         '|xns' : 'Roo.grid'
-        },
-        {
-         xtype : 'ColumnModel',
-         dataIndex : 'fname',
-         header : _this._strings['49ee3087348e8d44e1feda1917443987'] /* Name */,
-         sm : 5,
-         xns : Roo.grid,
-         '|xns' : 'Roo.grid'
-        },
-        {
-         xtype : 'ColumnModel',
-         dataIndex : 'fname',
-         header : _this._strings['dec0281615951933174d1bad72eeb180'] /* Office / Team */,
-         sm : 2,
-         xns : Roo.grid,
-         '|xns' : 'Roo.grid'
-        },
-        {
-         xtype : 'ColumnModel',
-         dataIndex : 'fname',
-         header : _this._strings['1a11b1adc359c03db0ca798a00e2632c'] /* Opened */,
-         sm : 2,
-         xns : Roo.grid,
-         '|xns' : 'Roo.grid'
-        },
-        {
-         xtype : 'ColumnModel',
-         dataIndex : 'fname',
-         header : _this._strings['bfa40db99e13ed2fe413ea8f1507cda9'] /* Permission Group */,
-         sm : 2,
-         xns : Roo.grid,
-         '|xns' : 'Roo.grid'
-        }
-       ]
-      }
-     }
-    ]
-   }
-  };  }
-});