Cosmetic
This commit is contained in:
parent
ffa6cb848d
commit
4ab8698329
7 changed files with 13 additions and 11 deletions
|
|
@ -92,9 +92,9 @@ echo '<div class="content">';
|
|||
* Let you change the exercice
|
||||
*/
|
||||
echo '<form method="GET" onsubmit="waiting_box();return true;">';
|
||||
echo '<fieldset><legend>' . _('Exercice') . '</legend>';
|
||||
echo '<fieldset>' ;
|
||||
;
|
||||
echo _('Choisissez un autre exercice').' :';
|
||||
echo _('Choisissez un exercice').' :';
|
||||
$ex = new Exercice($cn);
|
||||
$wex = $ex->select('exercice', $exercice, ' onchange="waiting_box();submit(this)"');
|
||||
echo $wex->input();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue