Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
show no-results label before any search has run
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed May 27, 2012
1 parent 49d66e5 commit e9f0e70
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -106,6 +106,7 @@ public SearchResultsView(Resources resources, final WebTransMessages webTransMes
searchingIndicator.hide();
noResultsLabel = new Label(messages.noSearchResults());
noResultsLabel.addStyleName("projectWideSearchNoResultsLabel");
searchResultsPanel.add(noResultsLabel);
requirePreviewChk.setValue(true, false);
}

Expand Down

0 comments on commit e9f0e70

Please sign in to comment.