L'ajout des étapes de recette fonctionne.

Reste à faire :
- suppression d'étape
- déplacement d'étape
This commit is contained in:
2021-05-16 18:18:26 +02:00
parent dd44c56ae5
commit ae2bc4aa11
9 changed files with 101 additions and 33 deletions

View File

@@ -347,4 +347,7 @@ span.product-categorie {
margin: auto !important;
line-height: 1rem !important;
height: 1.5rem;
}
.autres-ingredients {
text-align: left;
}

View File

@@ -99,7 +99,7 @@
{loop type="recipe_steps" name="steps-loop" recipe_id=$ID}
<tr>
<td class="number">{$STEP}</td>
<td class="description">{$DESCRIPTION}</td>
<td class="description">{$DESCRIPTION|unescape:"html" nofilter}</td>
</tr>
{/loop}
</table>