2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
$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>';
$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);
$output=form_group('Indexing status',$status);
...
@@ -561,7 +561,7 @@ function search_view() {
...
@@ -561,7 +561,7 @@ function search_view() {
* HTML indexing mechanism for searching full text efficiently.
* HTML indexing mechanism for searching full text efficiently.
*
*
* If your module needs to provide a more complicated search form, then you need
* 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)
* 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>';
$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);
$output=form_group('Indexing status',$status);
...
@@ -561,7 +561,7 @@ function search_view() {
...
@@ -561,7 +561,7 @@ function search_view() {
* HTML indexing mechanism for searching full text efficiently.
* HTML indexing mechanism for searching full text efficiently.
*
*
* If your module needs to provide a more complicated search form, then you need
* 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)
* define it as a local task (tab) under the /search page (e.g. /search/mymodule)