From b443dbcd4d8621e52156bb0521d3b121b14a0a1f Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 24 Nov 2016 11:57:30 +0800 Subject: [PATCH] Pman.Tab.AdminContacts.bjs Pman.Tab.AdminContacts.js --- Pman.Tab.AdminContacts.bjs | 4 ++-- Pman.Tab.AdminContacts.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pman.Tab.AdminContacts.bjs b/Pman.Tab.AdminContacts.bjs index 130c507..0bfc2dc 100644 --- a/Pman.Tab.AdminContacts.bjs +++ b/Pman.Tab.AdminContacts.bjs @@ -14,12 +14,12 @@ "ec211f7c20af43e742bf2570c3cb84f9" : "Add", "9e727fdd3aec8274f46685441900280d" : "Project", "7dce122004969d56ae2e0245cb754d35" : "Edit", - "bddfeb1f6293e3b072fc01869917f0cc" : "Person?", "4110db87ce3ac86d603d03d691616b1e" : "Drag person to add or remove from group", "b47a519aebda8fdb4b59bdae6eb2bff0" : "Show No Company", "1243daf593fa297e07ab03bf06d925af" : "Searching...", "bcc254b55c4a1babdf1dcb82c207506b" : "Phone", "9675747b5ab12d05f18518761e68a533" : "Select Companies", + "40bed7cf9b3d4bb3a3d7a7e3eb18c5eb" : "Person", "f1174ecbbc232f948717979daf04cf08" : "No Person found", "ec3249f16ee5880d4c1acb752e5c925f" : "Switch to Selected User", "a93806efd0cc7a149f0f03e2b9a0f862" : "Bulk Add", @@ -40,7 +40,7 @@ "autoScroll" : true, "fitToframe" : true, "region" : "center", - "title" : "Person?", + "title" : "Person", "xtype" : "GridPanel", "fitContainer" : true, "$ xns" : "Roo", diff --git a/Pman.Tab.AdminContacts.js b/Pman.Tab.AdminContacts.js index d0f4609..e027592 100644 --- a/Pman.Tab.AdminContacts.js +++ b/Pman.Tab.AdminContacts.js @@ -15,12 +15,12 @@ Pman.Tab.AdminContacts = new Roo.XComponent({ 'ec211f7c20af43e742bf2570c3cb84f9' :"Add", '9e727fdd3aec8274f46685441900280d' :"Project", '7dce122004969d56ae2e0245cb754d35' :"Edit", - 'bddfeb1f6293e3b072fc01869917f0cc' :"Person?", '4110db87ce3ac86d603d03d691616b1e' :"Drag person to add or remove from group", 'b47a519aebda8fdb4b59bdae6eb2bff0' :"Show No Company", '1243daf593fa297e07ab03bf06d925af' :"Searching...", 'bcc254b55c4a1babdf1dcb82c207506b' :"Phone", '9675747b5ab12d05f18518761e68a533' :"Select Companies", + '40bed7cf9b3d4bb3a3d7a7e3eb18c5eb' :"Person", 'f1174ecbbc232f948717979daf04cf08' :"No Person found", 'ec3249f16ee5880d4c1acb752e5c925f' :"Switch to Selected User", 'a93806efd0cc7a149f0f03e2b9a0f862' :"Bulk Add", @@ -52,7 +52,7 @@ Pman.Tab.AdminContacts = new Roo.XComponent({ fitToframe : true, region : 'center', tableName : 'Person', - title : _this._strings['bddfeb1f6293e3b072fc01869917f0cc'] /* Person? */, + title : _this._strings['40bed7cf9b3d4bb3a3d7a7e3eb18c5eb'] /* Person */, listeners : { activate : function() { _this.panel = this; -- 2.39.2