diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index bc4c833f1..01c303ae5 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,6 +1,7 @@ 7.6.8 - Updated captcha images to be more legible. - fixed #9285: modifing template prevents edit of syncontent + - fixed #8886: Search button in Asset manager 7.6.7 - fixed #9263: Thingy possibleValues processing, and List type autodetection. diff --git a/lib/WebGUI/Content/AssetManager.pm b/lib/WebGUI/Content/AssetManager.pm index 85c8892e1..bf0abdaf5 100644 --- a/lib/WebGUI/Content/AssetManager.pm +++ b/lib/WebGUI/Content/AssetManager.pm @@ -553,10 +553,11 @@ Search assets underneath this asset. =cut sub www_search { - my $session = shift; - my $ac = WebGUI::AdminConsole->new( $session, "assets" ); - my $i18n = WebGUI::International->new( $session, "Asset" ); - my $output = '
} . $i18n->get( 'with selected' ) - . q{} - . q{} - . q{} + . q{} + . q{} + . q{} . q{
} . q{} ;