Pman.Tab.AdminContacts.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 06:56:57 +0000 (14:56 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 06:56:57 +0000 (14:56 +0800)
Pman.Tab.AdminContacts.js

index 5934c1d..1c18c8d 100644 (file)
@@ -466,12 +466,6 @@ Pman.Tab.AdminContacts = new Roo.util.Observable({
                     displayMsg : 'Displaying Person{0} - {1} of {2}',
                     emptyMsg : 'No Person found',
                     items : [
-                        {
-                            xtype: 'Button',
-                            xns: Roo.Toolbar,
-                            enableToggle : true,
-                            text : "Show Removed"
-                        },
                         {
                             xtype: 'TextItem',
                             xns: Roo.Toolbar,
@@ -591,6 +585,12 @@ Pman.Tab.AdminContacts = new Roo.util.Observable({
                         {
                             xtype: 'Fill',
                             xns: Roo.Toolbar
+                        },
+                        {
+                            xtype: 'Button',
+                            xns: Roo.Toolbar,
+                            enableToggle : true,
+                            text : "Show Removed"
                         }
                     ]
                 },