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