summaryrefslogtreecommitdiff
path: root/templates/inventory/home.html
diff options
context:
space:
mode:
authorshivam kohli <kohlishivam5522@gmail.com>2018-08-02 05:54:45 +0530
committershivam kohli <kohlishivam5522@gmail.com>2018-08-02 05:54:45 +0530
commitb0df61f757ab0ce721b9fd9476a99ea9f5f7e633 (patch)
treed56816884a17cd52dba64852a5cda9651ed56e93 /templates/inventory/home.html
parent4dc510efb8d0e3c7d29a7437e54c2afd932349e2 (diff)
downloadcodeless-b0df61f757ab0ce721b9fd9476a99ea9f5f7e633.tar.gz
codeless-b0df61f757ab0ce721b9fd9476a99ea9f5f7e633.tar.bz2
codeless-b0df61f757ab0ce721b9fd9476a99ea9f5f7e633.zip
improved ui by adding explanations
Diffstat (limited to 'templates/inventory/home.html')
-rw-r--r--templates/inventory/home.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/inventory/home.html b/templates/inventory/home.html
index 5b5d6b6..f7d2faa 100644
--- a/templates/inventory/home.html
+++ b/templates/inventory/home.html
@@ -24,11 +24,15 @@ with the Taler Codeless Merchant. If not, see <https://www.gnu.org/licenses/>.
{% load staticfiles %}
<link rel="stylesheet" type="text/css" href="{% static 'card.css' %}" />
<center><h1 class="nav">INVENTORY</h1></center>
+ <p>The current products in the inventory available has been displayed below. To add new physical or digital inventory click the buttons respectively below this text. For detailed information about specific product click on the card below (cards are displayed only when there is inventory in the stocks).</p>
{% endblock headermsg %}
{% block content %}
-<div class="main">
-
+<div class="main" style="overflow-x: hidden;">
+ <div>
+ <center><a id='add_new_product' href="/new_product">ADD PHYSICAL INVENTORY</a></center></br>
+ <center><a href="/digital_inventory">ADD DIGITAL INVENTORY</a></center><br>
+ </div>
<ul class="cards">
{% for item in data %}
<li class="cards__item">
@@ -48,9 +52,5 @@ with the Taler Codeless Merchant. If not, see <https://www.gnu.org/licenses/>.
</li>
{% endfor %}
</ul>
-
- <center><a id='add_new_product' href="/new_product">ADD PRODUCT</a></center></br>
- <center><a href="/digital_inventory">ADD DIGITAL INVENTORY</a></center>
-
</div>
{% endblock content %} \ No newline at end of file