add 'Retour' button to recipe/edit
This commit is contained in:
parent
154f731fef
commit
da190e22bc
@ -21,6 +21,11 @@ if ($O_recipe === null) {
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
<?php
|
||||||
|
if ($O_recipe !== null) { ?>
|
||||||
|
<a href="/recipe/view/<?= $O_recipe->I_ID ?>">Retour</a>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
|
|
||||||
<form action="<?= $A_view["POST_URI"] ?>" method="post">
|
<form action="<?= $A_view["POST_URI"] ?>" method="post">
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user