|
|
@@ -8,7 +8,7 @@
|
|
|
</button>
|
|
|
</div>
|
|
|
|
|
|
- <h1>NEW INGREDIENT</h1>
|
|
|
+ <h1>CREATE INGREDIENT</h1>
|
|
|
|
|
|
<label>NAME:
|
|
|
<input id="newIngName" type="text">
|
|
|
@@ -75,7 +75,11 @@
|
|
|
|
|
|
<button id="submitNewIng" class="button">CREATE</button>
|
|
|
|
|
|
- <input id="file" type="file">
|
|
|
+ <div class="lineBorder"></div>
|
|
|
|
|
|
- <button id="submitFile" class="button">SUBMIT FILE</button>
|
|
|
+ <h2>OR UPLOAD SPREADSHEET</h2>
|
|
|
+
|
|
|
+ <input id="ingredientFile" class="fileUpload" type="file">
|
|
|
+
|
|
|
+ <button id="submitFile" class="button">UPLOAD</button>
|
|
|
</div>
|