[Bps-public-commit] rt-extension-assets branch, master, updated. 1.0-5-g4ca9623
Alex Vandiver
alexmv at bestpractical.com
Wed Apr 2 16:37:03 EDT 2014
The branch, master has been updated
via 4ca962351c353febc2f7522cb1c46945dda3dece (commit)
from 63eba589f0c6f4167df48f1bc5abf6dd8aff6160 (commit)
Summary of changes:
html/Asset/Search/index.html | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit 4ca962351c353febc2f7522cb1c46945dda3dece
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Apr 2 16:36:56 2014 -0400
Ensure that catalog-specific styles can be applied during search, as well
diff --git a/html/Asset/Search/index.html b/html/Asset/Search/index.html
index fa1f9dc..c782542 100644
--- a/html/Asset/Search/index.html
+++ b/html/Asset/Search/index.html
@@ -72,6 +72,7 @@ my $title = ( $ARGS{'SearchAssets'} or $ARGS{q} ) ?
<em><&|/l&>No assets matching search criteria found.</&></em>
% }
% }
+<span class="catalog <% CSSClass( $catalog_obj->Name ) %>">
<form action="<% RT->Config->Get('WebPath') %>/Asset/Search/index.html" id="AssetSearch">
<&| /Widgets/TitleBox, title => "Search Assets" &>
<& /Asset/Elements/AssetSearchBasics, %ARGS, CatalogObj => $catalog_obj &>
@@ -104,3 +105,4 @@ jQuery(function() {
});
</script>
</form>
+</span>
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list