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

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