From 8d97814c18e8688db4eedb3b0b57a5fe0d289255 Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Fri, 12 Aug 2011 11:31:00 +0000 Subject: [PATCH] minor update to text description. git-svn-id: https://beef.googlecode.com/svn/trunk@1188 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- .../ui/panel/tabs/ZombieTabRequester.js | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRequester.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRequester.js index 6a5dac710..362e0aa51 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRequester.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRequester.js @@ -40,7 +40,7 @@ ZombieTab_Requester = function(zombie) { id: 'requester-welcome-window', closable:true, width:450, - height:200, + height:230, plain:true, layout: 'border', shadow: true, @@ -48,11 +48,17 @@ ZombieTab_Requester = function(zombie) { new Ext.Panel({ region: 'center', padding: '3 3 3 3', - html: "Each request sent by the Requester or Proxy is recorded in the history panel. Click a history item for the HTTP headers and HTML source of the request.

" + - "The Forge Request tab allows you to submit arbitrary HTTP requests on behalf of the Hooked Browser.

" + - "The proxy allows you to use a browser as a proxy. Simply right-click a zombie from the Hooked Browsers tree to the left and select \"Use as Proxy\".

" + - "To learn more about the Requester and Proxy please review the wiki:

" + - "https://code.google.com/p/beef/wiki/TunnelingProxy" + html: "The Requester functionality tunnels HTTP requests through the hooked browser. Each request sent by " + + "the Forge Request or Proxy is recorded in the History panel. Click a history item for the HTTP headers " + + "and HTML source of the request.
" + + "
" + + "The Forge Request tab allows you to submit arbitrary HTTP requests on behalf of the Hooked Browser.
" + + "
" + + "The proxy allows you to use a browser as a proxy. Simply right-click a browser from the Hooked Browsers " + + "tree to the left and select \"Use as Proxy\".
" + + "
" + + "To learn more about the Requester, Forge Request and Proxy please review the wiki:
" + + "https://code.google.com/p/beef/wiki/TunnelingProxy" }) ] });