diff --git a/include/adm.inc.php b/include/adm.inc.php index ab4e03869..f02f36467 100644 --- a/include/adm.inc.php +++ b/include/adm.inc.php @@ -73,9 +73,10 @@ if ( $low_action == "list" ) ?>
-
- "> + ' . "Exercice " . $g_user->get_exercice() . ''; + echo dossier::hidden(); $a=(isset($_GET['query']))?$_GET['query']:""; printf (_('Recherche').' ', $a); diff --git a/include/bank.inc.php b/include/bank.inc.php index c2467f19b..7d9b52517 100644 --- a/include/bank.inc.php +++ b/include/bank.inc.php @@ -66,10 +66,11 @@ if ( $low_action == "list" ) ?>
-
- - + + ' . "Exercice " . $g_user->get_exercice() . ''; $a=(isset($_GET['query']))?$_GET['query']:""; printf (_('Recherche').' ', $a); diff --git a/include/client.inc.php b/include/client.inc.php index 4ee465983..9dd7d48aa 100644 --- a/include/client.inc.php +++ b/include/client.inc.php @@ -68,6 +68,7 @@ if ($low_action == "list")
' . "Exercice " . $g_user->get_exercice() . ''; echo dossier::hidden(); $a = (isset($_GET['query'])) ? $_GET['query'] : ""; printf(_('Recherche') . ' ', $a); diff --git a/include/supplier.inc.php b/include/supplier.inc.php index 255a997a8..48c8ed74f 100644 --- a/include/supplier.inc.php +++ b/include/supplier.inc.php @@ -72,8 +72,9 @@ if ( $low_action == "list" )
- ' . "Exercice " . $g_user->get_exercice() . ''; + echo dossier::hidden(); $a=(isset($_GET['query']))?$_GET['query']:""; printf (_('Recherche').' ', $a);