Merge pull request #106 from ThomasRubini/appr_recipe_id
This commit is contained in:
		
						commit
						86e76cbb6c
					
				| @ -1,3 +1,6 @@ | ||||
| <?php | ||||
| $O_recipe = $A_view["RECIPE"]; | ||||
| ?>
 | ||||
| <section> | ||||
|     <h1> Appréciations: </h1> | ||||
|     <form method="POST" action="/appr/create"> | ||||
| @ -12,7 +15,7 @@ | ||||
|         <input type="radio" name="note" id="note" value="4" title="4"> 4 | ||||
|         <input type="radio" name="note" id="note" value="5" title="5"> 5 | ||||
| 
 | ||||
|         <input type="hidden" name="recipe_id" value="<?= $A_view["ID"] ?>"> | ||||
|         <input type="hidden" name="recipe_id" value="<?= $O_recipe->I_ID ?>"> | ||||
| 
 | ||||
|         <input type="submit" value="Envoyer"> | ||||
|     </form> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user