From 4e4bfe54834b915c3d4f3781cb6211df746f420f Mon Sep 17 00:00:00 2001 From: "bcoles@gmail.com" Date: Sat, 13 Aug 2011 03:09:00 +0000 Subject: [PATCH] Added border to columns on the Commands tab git-svn-id: https://beef.googlecode.com/svn/trunk@1194 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- .../media/javascript/ui/panel/tabs/ZombieTabCommands.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 6272e1429..faabb1cf3 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js @@ -22,7 +22,7 @@ ZombieTab_Commands = function(zombie) { var command_module_config = new Ext.Panel({ id: 'zombie-command-module-config-'+zombie.session, region: 'center', - border: false, + border: true, layout: 'fit', autoScroll: true }); @@ -78,7 +78,7 @@ ZombieTab_Commands = function(zombie) { region: 'west', stripeRows: true, autoScroll: true, - border: false, + border: true, width: 260, bodyStyle: 'border-right: 1px solid #99BBE8; border-left: 1px solid #99BBE8;', i:0, @@ -138,7 +138,7 @@ ZombieTab_Commands = function(zombie) { var command_module_tree = new Ext.tree.TreePanel({ id: "zombie-command-modules"+zombie.session, title: "Module Tree", - border: false, + border: true, region: 'west', width: 190, minSize: 190,