Skip to content
Snippets Groups Projects
Commit 75e21b48 authored by pyg77's avatar pyg77
Browse files

./studs.php

parent 356f88f8
No related branches found
No related tags found
No related merge requests found
Subproject commit 24d503e3e56e9fa095a2cee17576f6f0cb518fcc
......@@ -88,6 +88,7 @@ echo '</div>';
echo '<div style="clear:both;"></div>'."\n";
echo '</div>'."\n";
//bandeau de pied
//sur_bandeau_pied();
......
......@@ -539,7 +539,7 @@ echo '</tbody>'."\n".'<tfoot>'."\n";
echo '<tr>'."\n";
echo '<td align="right">';
// si on a plus de 8 colonnes, on affiche un second bouton "valider mes choix"
echo ($nbcolonnes>8) ?'<input type="button" name="boutonp" value="Valider mes choix" class="btn btn-success btn-mini" style="margin-right:50px">' : "";
echo ($nbcolonnes>8) ?'<input type="submit" name="boutonp" value="Valider mes choix" class="btn btn-success btn-mini" style="margin-right:50px">' : "";
echo _("Addition") .'</td>'."\n";
for ($i=0; $i < $nbcolonnes; $i++) {
......@@ -651,7 +651,7 @@ echo _("Name") .' : ';
echo '<input type="text" name="commentuser" maxlength="64" value="'.$nom.'" /><br>'."\n";
echo '<textarea name="comment" rows="2" cols="40"></textarea>'."\n";
echo '<input type="button" name="ajoutcomment" value="Ajouter un commentaire" class="btn btn-success" alt="Valider"><br>'."\n";
echo '<input type="submit" name="ajoutcomment" value="Ajouter un commentaire" class="btn btn-success" alt="Valider"><br>'."\n";
echo '</form>'."\n";
// Focus javascript sur la case de texte du formulaire
echo '<script type="text/javascript">'."\n" . 'document.formulaire.commentuser.focus();'."\n" . '</script>'."\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment