|
@@ -10,19 +10,19 @@
|
|
|
|
|
|
|
|
<h1>CREATE INGREDIENT</h1>
|
|
<h1>CREATE INGREDIENT</h1>
|
|
|
|
|
|
|
|
- <label>NAME:
|
|
|
|
|
|
|
+ <label>
|
|
|
<input id="newIngName" type="text">
|
|
<input id="newIngName" type="text">
|
|
|
</label>
|
|
</label>
|
|
|
|
|
|
|
|
- <label>CATEGORY:
|
|
|
|
|
|
|
+ <label>
|
|
|
<input id="newIngCategory" type="text">
|
|
<input id="newIngCategory" type="text">
|
|
|
</label>
|
|
</label>
|
|
|
|
|
|
|
|
- <label>QUANTITY:
|
|
|
|
|
|
|
+ <label>
|
|
|
<input id="newIngQuantity" type="number" min="0" step="0.01">
|
|
<input id="newIngQuantity" type="number" min="0" step="0.01">
|
|
|
</label>
|
|
</label>
|
|
|
|
|
|
|
|
- <label>UNIT:
|
|
|
|
|
|
|
+ <label>
|
|
|
<select id="unitSelector">
|
|
<select id="unitSelector">
|
|
|
<optgroup label="MASS/WEIGHT">
|
|
<optgroup label="MASS/WEIGHT">
|
|
|
<option type="mass" value="g">G</option>
|
|
<option type="mass" value="g">G</option>
|