From 4ef55215e750bb13183b779b35d260187e7baa2f Mon Sep 17 00:00:00 2001 From: Dawid Harat Date: Sun, 8 Dec 2019 22:03:58 +0100 Subject: [PATCH] datatables correction --- pages/_includes/cards/invoices.html | 163 +++++++++++++--------------- 1 file changed, 76 insertions(+), 87 deletions(-) diff --git a/pages/_includes/cards/invoices.html b/pages/_includes/cards/invoices.html index 33c6f229..3b061947 100644 --- a/pages/_includes/cards/invoices.html +++ b/pages/_includes/cards/invoices.html @@ -1,95 +1,84 @@
-
-

Invoices

-
- -
- -
- Show -
- -
- entries +
+

Invoices

- -
- Serach: -
- +
+ +
+ Show +
+
-
+ entries +
+ +
+ Serach: +
+ +
+
+
- -
-
- - +
+
+ + + + + + + + + + + + + + + + + {% for invoice in site.data.invoices limit: 8 %} - - - - - - - - - - + + + + + + + + + + + - - - - {% for invoice in site.data.invoices limit: 8 %} - - - - - - - - - - - - - - {% endfor %} - -
No. {% include_cached ui/icon.html icon="chevron-up" class="icon-sm text-dark icon-thick" %}Invoice Subject {% include_cached ui/icon.html icon="code" class="icon-sm" %}Client {% include_cached ui/icon.html icon="code" class="icon-sm" %}VAT No. {% include_cached ui/icon.html icon="code" class="icon-sm" %}Created {% include_cached ui/icon.html icon="code" class="icon-sm" %}Status {% include_cached ui/icon.html icon="code" class="icon-sm" %}Price {% include_cached ui/icon.html icon="code" class="icon-sm" %}
No. Invoice Subject Client VAT No. Created Status Price 00{{ forloop.index | plus: 1400 }}{{ invoice.name }} + {% include ui/flag.html flag=invoice.country %} + {{ invoice.client }} + + {{ invoice.vat-no }} + + {{ invoice.date }} + + {{ invoice.status-name }} + {{ invoice.price }} + + + + {% include ui/dropdown-menu.html %} + + + {% include_cached ui/icon.html icon="edit" class="icon-sm float-right" %} +
00{{ forloop.index | plus: 1400 }}{{ invoice.name }} - {% include ui/flag.html flag=invoice.country %} - {{ invoice.client }} - - {{ invoice.vat-no }} - - {{ invoice.date }} - - {{ invoice.status-name }} - {{ invoice.price }} - - - - {% include ui/dropdown-menu.html %} - - - -
-
-
- -
-

Showing 1 to 8 of 16 entries

+ {% endfor %} + +
-
- Previous12Next -
+
+
+

Showing 1 to 8 of 16 entries

+
+
- -
-
\ No newline at end of file +
\ No newline at end of file -- GitLab