Skip to content

Commit

Permalink
calendar upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Praesidiarius committed Mar 28, 2021
1 parent e6ead81 commit 0a6d1ca
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 249 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to oneplace-theme-vuze will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.0.9] - 2021-03-28

### Added

- Changelog

### Removed

- Calendar Layout - not needed anymore
2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vuze",
"description": "Vuze is a responsive Bootstrap 4 administrator dashboard built for everyone who want to webapps on top of the most popular framework, Bootstrap. Vuze helps you to create your next Bootstrap even faster then before. It can be used to create a Saas based interface, administrator dashboard or anything you want to build on the web. Vuze helps your team moving faster and saving development costs.",
"version": "1.0.7",
"version": "1.0.9",
"author": "oneplace",
"template": {
"author": "bootlab.io"
Expand Down
243 changes: 0 additions & 243 deletions view/layout/calendar-vuze.phtml

This file was deleted.

10 changes: 5 additions & 5 deletions view/layout/layout-vuze.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $sAppTitle = str_replace(['##VERSION##'],[Application\Module::VERSION],$sAppTitl
<div class="wrapper">
<nav class="sidebar sidebar-sticky">
<div class="sidebar-content js-simplebar">
<a class="sidebar-brand" href="/">
<a class="sidebar-brand" href="/home">
<img src="/img/logo.png" style="max-height:60px; max-width:120px;" />
</a>

Expand Down Expand Up @@ -85,12 +85,12 @@ $sAppTitle = str_replace(['##VERSION##'],[Application\Module::VERSION],$sAppTitl
<span aria-hidden="true">&times;</span>
</button> -->
<div class="sidebar-cta-content">
<strong class="d-inline-block mb-1">Get Premium Support</strong>
<strong class="d-inline-block mb-1">Fragen zu WEOS?</strong>
<div class="mb-2">
If you like onePlace, consider a subscription based model
for premium support and extended features
Während der Pilotphase erreichen Sie uns per E-Mail oder Whatsapp,
wir beantworten Ihre Anfrage innert 24h
</div>
<a href="https://1plc.ch" class="btn btn-outline-primary" target="_blank">Upgrade</a>
<a href="https://1plc.ch" class="btn btn-outline-primary" target="_blank">Kontakt aufnehmen</a>
</div>
</div>
<?php } ?>
Expand Down

0 comments on commit 0a6d1ca

Please sign in to comment.