$status='<p><strong>'.t('%percentage of the site has been indexed. There are %count items left to index.',array('%percentage'=>$percentage,'%count'=>$remaining)).'</strong></p>';
$output=form_group('Indexing status',$status);
...
...
@@ -561,7 +561,7 @@ function search_view() {
* HTML indexing mechanism for searching full text efficiently.
*
* If your module needs to provide a more complicated search form, then you need
* to implement it yourself without hook_search(). In that case, you should
* to implement it yourself without hook_search(). In that case, you should
* define it as a local task (tab) under the /search page (e.g. /search/mymodule)
$status='<p><strong>'.t('%percentage of the site has been indexed. There are %count items left to index.',array('%percentage'=>$percentage,'%count'=>$remaining)).'</strong></p>';
$output=form_group('Indexing status',$status);
...
...
@@ -561,7 +561,7 @@ function search_view() {
* HTML indexing mechanism for searching full text efficiently.
*
* If your module needs to provide a more complicated search form, then you need
* to implement it yourself without hook_search(). In that case, you should
* to implement it yourself without hook_search(). In that case, you should
* define it as a local task (tab) under the /search page (e.g. /search/mymodule)