diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc index 5031872..ca13e27 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc @@ -40,11 +40,11 @@ function renderBrowseTypeSelect($sBrowseType) { // TODO: write function for onChange that checks if the new value return "\n \tView documents by: Folders\n" . + ((($sBrowseType=="folder") || (strlen($sBrowseType)==0)) ? " checked=\"checked\"" : "") . "/> Folders\n" . " Category\n" . + (($sBrowseType=="category") ? " checked=\"checked\"" : "") . "/> Category\n" . " Document Type\n"; + (($sBrowseType=="documentType") ? " checked=\"checked\"" : "") . "/> Document Type\n"; } /**