diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 7d35f2355..91ab6489f 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -2,6 +2,7 @@ - fix: Add a Related Product not working - fix: Edit button missing in timetracker projects - fix: Upgrade from 6.8.10 to 6.99.4 failed + - fix: Missing label in HTTP Proxy: Filter Content - Fixed a memory leak in Spectre that could cause it to double in size roughly every 30 hours under certain conditions. diff --git a/lib/WebGUI/Asset/Wobject/HttpProxy.pm b/lib/WebGUI/Asset/Wobject/HttpProxy.pm index 137e065b6..94e7ba3d6 100644 --- a/lib/WebGUI/Asset/Wobject/HttpProxy.pm +++ b/lib/WebGUI/Asset/Wobject/HttpProxy.pm @@ -176,7 +176,9 @@ sub getEditForm { ); $tabform->getTab("display")->filterContent( -name=>"filterHtml", - -value=>$self->getValue("filterHtml") + -label=>$i18n->get(418, 'WebGUI'), + -hoverHelp=>$i18n->get('418 description', 'WebGUI'), + -value=>$self->getValue("filterHtml"), ); $tabform->getTab("properties")->selectBox( -name=>"timeout", diff --git a/lib/WebGUI/i18n/English/Asset_Template.pm b/lib/WebGUI/i18n/English/Asset_Template.pm index 20570d6df..ecd37445b 100644 --- a/lib/WebGUI/i18n/English/Asset_Template.pm +++ b/lib/WebGUI/i18n/English/Asset_Template.pm @@ -275,11 +275,13 @@ If there is more than 1 value in a form variable, only the last will be returned 'template variable body' => { message => q| +
These variables are available in any template, regardless of its type +or what namespace it lives in. The session variables are deprecated.
NOTE: The syntax for these variables is shown in WebGUI's default template language, HTML::Template. If the Template Type has been set to some other language you will need to consult that template's documentation for the appropriate syntax for its variables.
. |, - lastUpdated => 1148951237, + lastUpdated => 1150827247, }, 'site name' => {