+ add the search tips.

This commit is contained in:
wangchunsheng
2010-04-06 13:22:57 +00:00
parent 2ec4f5be0f
commit d95a7fa9a7
2 changed files with 2 additions and 1 deletions

View File

@@ -149,7 +149,7 @@ EOT;
}
echo "<li id='searchbox'>";
echo html::select('searchType', $lang->searchObjects);
echo html::input('searchQuery', '', "class='text-2'");
echo html::input('searchQuery', $lang->searchTips, "onclick=this.value=''; class='text-2'");
echo html::submitButton($lang->go, 'onclick="shortcut()"');
echo "</li>";
echo "</ul>\n";