change button names
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
<nav class="navbar navbar-expand-lg navbar-light bg-dark-subtle">
|
||||||
<a class="navbar-brand" href="/tpCrudTwig/public/index.php">TP Crud
|
<a class="navbar-brand" href="/tpCrudTwig/public/index.php">TP Crud
|
||||||
<img src="/tpCrudTwig/public/images/suisse.png" alt="suisse" width="30" height="30"
|
<img src="/tpCrudTwig/public/images/suisse.png" alt="suisse" width="30" height="30"
|
||||||
class="d-inline-block align-text-top">
|
class="d-inline-block align-text-top">
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<form class="form-group" role="search" method="post">
|
<form class="form-group" role="search" method="post">
|
||||||
<label for="name">Nom du rôle</label>
|
<label for="name">Nom du rôle</label>
|
||||||
<input type="text" class="form-control" name="name" id="name">
|
<input type="text" class="form-control" name="name" id="name">
|
||||||
<input type="submit" class="btn btn-success" name="Ajouter" />
|
<input type="submit" class="btn btn-success" value="Ajouter" name="Ajouter" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
<label for="description">Description</label>
|
<label for="description">Description</label>
|
||||||
<textarea name="description" class="form-control"></textarea>
|
<textarea name="description" class="form-control"></textarea>
|
||||||
<input type="submit" class="btn btn-success" name="Ajouter" />
|
<input type="submit" class="btn btn-success" value="Ajouter" name="Ajouter" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
<input type="submit" class="btn btn-success m-2" name="Enregistrer" />
|
<input type="submit" class="btn btn-success m-2" name="Enregistrer" value="Enregistrer" />
|
||||||
<input type="hidden" name="id" value="{{ user.id }}">
|
<input type="hidden" name="id" value="{{ user.id }}">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user