diff --git a/include/adm.inc.php b/include/adm.inc.php index face146b7..491e22dcd 100644 --- a/include/adm.inc.php +++ b/include/adm.inc.php @@ -65,7 +65,7 @@ if ( $low_action == "list" )
' . "Exercice " . $g_user->get_exercice() . ''; + echo '

' . "Exercice " . $g_user->get_exercice() . '

'; echo dossier::hidden(); $a=$http->get("query","string",""); echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$a); diff --git a/include/bank.inc.php b/include/bank.inc.php index aded35f39..61017cc98 100644 --- a/include/bank.inc.php +++ b/include/bank.inc.php @@ -65,7 +65,7 @@ if ( $low_action == "list" ) ' ._( "Exercice")." " . $g_user->get_exercice() . ''; + echo '

' ._( "Exercice")." " . $g_user->get_exercice() . '

'; $a=$http->get("query","string",""); echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$a); diff --git a/include/customer.inc.php b/include/customer.inc.php index 77501a14c..a80fea4ac 100644 --- a/include/customer.inc.php +++ b/include/customer.inc.php @@ -68,7 +68,7 @@ if ($low_action == "list")
' . "Exercice " . $g_user->get_exercice() . ''; + echo '

' . "Exercice " . $g_user->get_exercice() . '

'; $a=$http->get("query","string",""); echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$a); diff --git a/include/manager.inc.php b/include/manager.inc.php index 712650abf..8143f2c15 100644 --- a/include/manager.inc.php +++ b/include/manager.inc.php @@ -67,7 +67,7 @@ if ($low_action == "list")
' . "Exercice " . $g_user->get_exercice() . ''; + echo '

' . "Exercice " . $g_user->get_exercice() . '

'; echo dossier::hidden(); $a=$http->get("query","string",""); echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$a); diff --git a/include/supplier.inc.php b/include/supplier.inc.php index 15bf2aff0..b6751e466 100644 --- a/include/supplier.inc.php +++ b/include/supplier.inc.php @@ -67,7 +67,7 @@ if ( $low_action == "list" )
' . "Exercice " . $g_user->get_exercice() . ''; + echo '

' . "Exercice " . $g_user->get_exercice() . '

'; echo dossier::hidden(); echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$search);