bug fixes

This commit is contained in:
JT Smith 2005-03-28 20:27:12 +00:00
parent ddfd441577
commit 0de13c9dd4
6 changed files with 19 additions and 9 deletions

View file

@ -814,7 +814,7 @@ sub getAssetManagerControl {
$output .= "manager.assetType='".$controlType."';\n" if (defined $controlType);
$output .= "manager.disableDisplay(0);\n" if (defined $removeRank);
if ($controlType eq "ManageTrash" || $controlType eq "ManageClipboard") {
# $output .= "manager.displayCrumbTrail = false;\n";
#$output .= "manager.displayCrumbTrail = false;\n";
# $output .= "manager.sortEnabled = false;\n";
}
$output .= "manager.renderAssets();\n";