task #0000829: GESTION : ajout exercice
This commit is contained in:
parent
50e9393aa4
commit
571f4c802c
4 changed files with 13 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue