From 45ca7bfebc972c52681592ddf7a8820e7b491236 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 12 Jul 2013 16:00:45 +0800 Subject: [PATCH] Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- Pman.Tab.AdminNotify.bjs | 2 +- Pman.Tab.AdminNotify.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index 2e7cff5..791a1bb 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -129,7 +129,7 @@ }, { "listeners": { - "|click": "function()\n {\n Pman.genericDelete(_this, 'Ris_partner_type'); \n }\n " + "|click": "function()\n {\n Pman.genericDelete(_this, 'core_notify'); \n }\n " }, "cls": "x-btn-text-icon", "text": "Delete", diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index eae245b..e266b83 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -299,7 +299,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ listeners : { click : function() { - Pman.genericDelete(_this, 'Ris_partner_type'); + Pman.genericDelete(_this, 'core_notify'); } }, cls : 'x-btn-text-icon', -- 2.39.2