waibu-blu 1.1.5 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,9 +11,12 @@
11
11
  <% if (_meta.isAdmin) { %>
12
12
  <c:btn color="danger" href="waibuAdmin:/" t:content="adminArea" margin="end-3"/>
13
13
  <% } %>
14
- <c:nav-toggle-fullscreen text="color:light" />
14
+ <% if (_hasPlugin('sumbaGeofence')) { %>
15
+ <c:geofence-alert dropdown-menudir="end" text="color:light" />
16
+ <% } %>
15
17
  <c:nav-dropdown-darkmode dropdown-menudir="end" text="color:light" />
16
18
  <c:nav-dropdown-language dropdown-menudir="end" text="color:light"/>
19
+ <c:nav-toggle-fullscreen text="color:light" />
17
20
  </c:nav>
18
21
  </c:navbar>
19
22
  <!-- include main.partial:/main-navbar.html -->
@@ -0,0 +1,4 @@
1
+ ---
2
+ t:title: geofenceAlert
3
+ layout: main.layout:/default.html
4
+ ---
@@ -1,4 +1,4 @@
1
1
  ---
2
+ t:title: dashboard
2
3
  layout: main.layout:/plain.html
3
4
  ---
4
- test
@@ -1,9 +1,8 @@
1
- <c:form>
2
- <!-- include waibuDb.partial:/crud/_form.html -->
1
+ <c:wdb-form id="main-form" method="POST" enctype="multipart/form-data">
3
2
  <c:card>
4
3
  <c:card-body>
5
4
  <!-- include waibuDb.partial:/crud/_add-btns.html -->
6
5
  </c:card-body>
7
6
  </c:card>
8
- </c:form>
7
+ </c:wdb-form>
9
8
  <!-- include waibuDb.partial:/crud/_addons.html -->
@@ -1,6 +1,4 @@
1
- <c:div id="main-form">
2
- <!-- include waibuDb.partial:/crud/_form.html -->
3
- </c:div>
1
+ <c:wdb-form tag="div" id="main-form" />
4
2
  <c:card>
5
3
  <c:card-body>
6
4
  <!-- include waibuDb.partial:/crud/_details-btns.html -->
@@ -1,9 +1,8 @@
1
- <c:form id="main-form">
2
- <!-- include waibuDb.partial:/crud/_form.html -->
1
+ <c:wdb-form id="main-form" method="POST" enctype="multipart/form-data">
3
2
  <c:card>
4
3
  <c:card-body>
5
4
  <!-- include waibuDb.partial:/crud/_edit-btns.html -->
6
5
  </c:card-body>
7
6
  </c:card>
8
- </c:form>
7
+ </c:wdb-form>
9
8
  <!-- include waibuDb.partial:/crud/_addons.html -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-blu",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Blu theme for Waibu Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {