Commit a5c383a87cd6f76c2d4ed587b9c6038ead539b05
1 parent
24945af1
Modification du type TEXT en SUBMIT
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
topnavbar.php
@@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
11 | { | 11 | { |
12 | ?> | 12 | ?> |
13 | <form class="navbar-form navbar-right" role="search"> | 13 | <form class="navbar-form navbar-right" role="search"> |
14 | - <input type="text" placeholder="Inscription" name="https://www.google.fr/" /><br /> <!-- ajouter un lien pour s inscrire --> | ||
15 | - <input type="text" placeholder="Connection" name="Connection" /><br /> <!-- ajouter un lien pour se connecter --> | 14 | + <input type="submit" value="Inscription" name="https://www.google.fr/" /><br /> <!-- ajouter un lien pour s inscrire --> |
15 | + <input type="submit" value="Connection" name="Connection" /><br /> <!-- ajouter un lien pour se connecter --> | ||
16 | </form> | 16 | </form> |
17 | <?php | 17 | <?php |
18 | } | 18 | } |