From 75e21b48e63924a3214d576cc8def70a1dab7282 Mon Sep 17 00:00:00 2001
From: pyg77 <pyg@framasoft.net>
Date: Fri, 24 May 2013 13:55:13 +0200
Subject: [PATCH] ./studs.php

---
 framanav  | 1 +
 index.php | 1 +
 studs.php | 4 ++--
 3 files changed, 4 insertions(+), 2 deletions(-)
 create mode 160000 framanav

diff --git a/framanav b/framanav
new file mode 160000
index 00000000..24d503e3
--- /dev/null
+++ b/framanav
@@ -0,0 +1 @@
+Subproject commit 24d503e3e56e9fa095a2cee17576f6f0cb518fcc
diff --git a/index.php b/index.php
index 71437c3a..e574c901 100644
--- a/index.php
+++ b/index.php
@@ -88,6 +88,7 @@ echo '</div>';
 
 
 echo '<div style="clear:both;"></div>'."\n";
+
 echo '</div>'."\n";
 //bandeau de pied
 //sur_bandeau_pied();
diff --git a/studs.php b/studs.php
index 9699507d..a0c774f2 100644
--- a/studs.php
+++ b/studs.php
@@ -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";
-- 
GitLab