L'ajout des étapes de recette fonctionne.
Reste à faire : - suppression d'étape - déplacement d'étape
This commit is contained in:
@@ -347,4 +347,7 @@ span.product-categorie {
|
||||
margin: auto !important;
|
||||
line-height: 1rem !important;
|
||||
height: 1.5rem;
|
||||
}
|
||||
.autres-ingredients {
|
||||
text-align: left;
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user