From db98c99fc9d595f324cb5ee5713c2018ca790c3b Mon Sep 17 00:00:00 2001 From: "bcoles@gmail.com" Date: Fri, 12 Aug 2011 14:00:56 +0000 Subject: [PATCH] Added "Module Tree" heading to the Modules tree on the Commands tab git-svn-id: https://beef.googlecode.com/svn/trunk@1192 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- .../admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js index 84178892a..946ceb708 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js @@ -136,6 +136,7 @@ ZombieTab_Commands = function(zombie) { var command_module_tree = new Ext.tree.TreePanel({ id: "zombie-command-modules"+zombie.session, + title: "Module Tree", border: false, region: 'west', width: 190,