task #0000829: GESTION : ajout exercice

This commit is contained in:
Dany De Bontridder 2013-05-10 22:12:58 +00:00
parent 50e9393aa4
commit 571f4c802c
4 changed files with 13 additions and 9 deletions

View file

@ -66,10 +66,11 @@ if ( $low_action == "list" )
?>
<div class="content">
<div>
<form method="get" action="<?php echo $href; ?>">
<?php
echo dossier::hidden();
<div>
<form method="get" action="<?php echo $href; ?>">
<?php
echo dossier::hidden();
echo '<h2>' . "Exercice " . $g_user->get_exercice() . '</h2>';
$a=(isset($_GET['query']))?$_GET['query']:"";
printf (_('Recherche').' <input class="input_text" type="text" name="query" value="%s">',
$a);