diff --git a/dist/css/tabler.css.map b/dist/css/tabler.css.map index 79f3635ed..0685904e8 100644 Binary files a/dist/css/tabler.css.map and b/dist/css/tabler.css.map differ diff --git a/pages/_data/menu.yml b/pages/_data/menu.yml index 459cb9872..89c2173c0 100644 --- a/pages/_data/menu.yml +++ b/pages/_data/menu.yml @@ -52,6 +52,9 @@ base: cards: url: cards.html title: Cards + datatables: + url: datatables.html + title: Data Tables calendar: title: Calendar url: calendar.html diff --git a/pages/_includes/cards/invoices.html b/pages/_includes/cards/invoices.html index 6fd7f51eb..00f4a613b 100644 --- a/pages/_includes/cards/invoices.html +++ b/pages/_includes/cards/invoices.html @@ -1,53 +1,84 @@
| + | 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_cached ui/dropdown-menu.html %} - - | -