Actions
Bug #3736
closedRemove confirmation message and reference to KNB on default search
Start date:
01/09/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3736
Description
A few skins currently use a javascript alert box requiring confirmation before searching all data on the site with the message "Show all data in the KNB?":
style/skins/default/include_searchbox.jsp
style/skins/knb2/portalpages.js
style/skins/nrs/index.jsp
style/skins/obfs/index.jsp
style/skins/nceas/search.js
At a minimum, this should be changed to reflect the skin name, but better yet, it'd be great if we could query the number of rows in xml_documents, and if less than say, 500, just skip this message.
Actions