base tabler
This commit is contained in:
parent
ac2cfa9fe1
commit
0f84beacf1
1432 changed files with 28760 additions and 1 deletions
1
liquid/includes/layout/header-actions/add-board.html
Normal file
1
liquid/includes/layout/header-actions/add-board.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
{% include "ui/button.html" color="primary" icon="plus" text="Add board" %}
|
||||
1
liquid/includes/layout/header-actions/add-job.html
Normal file
1
liquid/includes/layout/header-actions/add-job.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
{% include "ui/button.html" color="primary" icon="plus" text="Post a job" %}
|
||||
6
liquid/includes/layout/header-actions/breadcrumb.html
Normal file
6
liquid/includes/layout/header-actions/breadcrumb.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{% assign breadcrumb-pages = "Tabler,Pages," %}
|
||||
{% assign breadcrumb-pages = breadcrumb-pages | append: page.page-header %}
|
||||
|
||||
<div class="d-flex">
|
||||
{% include "ui/breadcrumb.html" pages=breadcrumb-pages class="breadcrumb-arrows" %}
|
||||
</div>
|
||||
13
liquid/includes/layout/header-actions/buttons.html
Normal file
13
liquid/includes/layout/header-actions/buttons.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<div class="btn-list">
|
||||
<span class="d-none d-sm-inline">
|
||||
{% if layout-navbar-overlap and layout-navbar-dark %}
|
||||
{% include "ui/button.html" text="New view" color="dark" %}
|
||||
{% else %}
|
||||
{% include "ui/button.html" text="New view" %}
|
||||
{% endif %}
|
||||
</span>
|
||||
{% include "ui/button.html" icon="plus" text="Create new report" color="primary" class="d-none d-sm-inline-block" modal-id="report" %}
|
||||
{% include "ui/button.html" icon="plus" icon-only=true color="primary" class="d-sm-none" text="Create new report" modal-id="report" %}
|
||||
</div>
|
||||
|
||||
{% include "ui/modal.html" modal-id="report" size="lg" top=true %}
|
||||
3
liquid/includes/layout/header-actions/calendar.html
Normal file
3
liquid/includes/layout/header-actions/calendar.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<div class="d-flex">
|
||||
{% include "ui/button.html" text="Add event" color="primary" icon="plus" %}
|
||||
</div>
|
||||
1
liquid/includes/layout/header-actions/new-project.html
Normal file
1
liquid/includes/layout/header-actions/new-project.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
{% include "ui/button.html" text="New project" icon="plus" color="primary" %}
|
||||
6
liquid/includes/layout/header-actions/photos.html
Normal file
6
liquid/includes/layout/header-actions/photos.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div class="d-flex">
|
||||
<div class="me-3">
|
||||
{% include "ui/form/input-icon.html" %}
|
||||
</div>
|
||||
{% include "ui/button.html" text="Add event" color="primary" icon="plus" %}
|
||||
</div>
|
||||
3
liquid/includes/layout/header-actions/print.html
Normal file
3
liquid/includes/layout/header-actions/print.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<button type="button" class="btn btn-primary" onclick="javascript:window.print();">
|
||||
{% include "ui/icon.html" icon="printer" %} Print Invoice
|
||||
</button>
|
||||
4
liquid/includes/layout/header-actions/users.html
Normal file
4
liquid/includes/layout/header-actions/users.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<div class="d-flex">
|
||||
<input type="search" class="form-control d-inline-block w-9 me-3" placeholder="Search user…"/>
|
||||
{% include "ui/button.html" text="New user" color="primary" icon="plus" %}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue