Renamed pages
This commit is contained in:
parent
38cd29943f
commit
9a05743cb3
@ -1,6 +1,6 @@
|
|||||||
<%~ E.includeFile("../partials/head.eta.html", {"title": "Settings - Category"}) %> <%~ E.includeFile("../partials/controls.eta.html", {"active": "SETT_CAT"}) %>
|
<%~ E.includeFile("../partials/head.eta.html", {"title": "Settings - Category"}) %> <%~ E.includeFile("../partials/controls.eta.html", {"active": "SETT_CAT"}) %>
|
||||||
|
|
||||||
<h1>All categories</h1>
|
<h1>Categories</h1>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- Create new category button -->
|
<!-- Create new category button -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
<%~ E.includeFile("../../partials/head.eta.html", {"title": "Importer - CSV" }) %>
|
<%~ E.includeFile("../../partials/head.eta.html", {"title": "Importer - CSV" }) %> <%~ E.includeFile("../../partials/controls.eta.html", {"active": "SETT_IMPORT_CSV" }) %>
|
||||||
<%~ E.includeFile("../../partials/controls.eta.html", {"active": "SETT_IMPORT_CSV" }) %>
|
|
||||||
|
|
||||||
<h1>Import A CSV File</h1>
|
<h1>CSV Import</h1>
|
||||||
Upload a CSV file to import into the database. The CSV file must have the following columns:
|
Upload a CSV file to import into the database. The CSV file must have the following columns:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Name</li>
|
<li>Name</li>
|
||||||
@ -15,14 +14,11 @@
|
|||||||
<li>Comment</li>
|
<li>Comment</li>
|
||||||
<li>StorageLocation (import currently not supported)</li>
|
<li>StorageLocation (import currently not supported)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<form method="post" encType="multipart/form-data">
|
<form method="post" enctype="multipart/form-data">
|
||||||
<label for="formFile" class="form-label">CSV Inventory File Upload</label>
|
<label for="formFile" class="form-label">CSV Inventory File Upload</label>
|
||||||
<input class="form-control" type="file" id="formFile" name="formFile"><br>
|
<input class="form-control" type="file" id="formFile" name="formFile" /><br />
|
||||||
|
|
||||||
<input type="submit" value="Run import" class="btn btn-primary">
|
|
||||||
|
|
||||||
|
<input type="submit" value="Run import" class="btn btn-primary" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<%~ E.includeFile("../../partials/controlsFoot.eta.html") %> <%~ E.includeFile("../../partials/foot.eta.html") %>
|
||||||
<%~ E.includeFile("../../partials/controlsFoot.eta.html") %>
|
|
||||||
<%~ E.includeFile("../../partials/foot.eta.html") %>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user