modifications cosmétiques
This commit is contained in:
parent
f41caf7ad7
commit
551097fbd1
14 changed files with 41 additions and 40 deletions
|
|
@ -33,7 +33,7 @@
|
|||
{{:form_errors}}
|
||||
|
||||
{{* formulaire d'ajout de catégorie *}}
|
||||
<form method="post" action="{{$self_url}}">
|
||||
<form method="post" action="{{$self_url}}" data-focus="1">
|
||||
<fieldset class="ajout_categorie">
|
||||
<legend>Ajouter une catégorie</legend>
|
||||
<dl>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
{{:form_errors}}
|
||||
|
||||
{{* formulaire de modification de catégorie *}}
|
||||
<form method="post" action="">
|
||||
<form method="post" action="" data-focus="1">
|
||||
<fieldset class="modif_categorie">
|
||||
<legend>Modifier la catégorie « {{$category.name}} »</legend>
|
||||
<dl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue