From 096312dbdbf93c55c671f0dc043830c1f4ec2e8c Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 6 May 2021 20:25:54 +0200 Subject: [PATCH] replace SeedDMS_Theme_Bootstrap by SeedDMS_Theme_Style --- views/bootstrap/class.CheckInDocument.php | 4 ++-- views/bootstrap/class.EditEvent.php | 4 ++-- views/bootstrap/class.ViewEvent.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/views/bootstrap/class.CheckInDocument.php b/views/bootstrap/class.CheckInDocument.php index b14b43701..904596c8b 100644 --- a/views/bootstrap/class.CheckInDocument.php +++ b/views/bootstrap/class.CheckInDocument.php @@ -14,7 +14,7 @@ /** * Include parent class */ -require_once("class.Bootstrap.php"); +//require_once("class.Bootstrap.php"); /** * Class which outputs the html page for Document view @@ -25,7 +25,7 @@ require_once("class.Bootstrap.php"); * @copyright Copyright (C) 2015 Uwe Steinmann * @version Release: @package_version@ */ -class SeedDMS_View_CheckInDocument extends SeedDMS_Bootstrap_Style { +class SeedDMS_View_CheckInDocument extends SeedDMS_Theme_Style { function js() { /* {{{ */ $strictformcheck = $this->params['strictformcheck']; diff --git a/views/bootstrap/class.EditEvent.php b/views/bootstrap/class.EditEvent.php index 061a1b803..67b0dcc4c 100644 --- a/views/bootstrap/class.EditEvent.php +++ b/views/bootstrap/class.EditEvent.php @@ -16,7 +16,7 @@ /** * Include parent class */ -require_once("class.Bootstrap.php"); +//require_once("class.Bootstrap.php"); /** * Class which outputs the html page for EditEvent view @@ -29,7 +29,7 @@ require_once("class.Bootstrap.php"); * 2010-2012 Uwe Steinmann * @version Release: @package_version@ */ -class SeedDMS_View_EditEvent extends SeedDMS_Bootstrap_Style { +class SeedDMS_View_EditEvent extends SeedDMS_Theme_Style { function js() { /* {{{ */ $strictformcheck = $this->params['strictformcheck']; diff --git a/views/bootstrap/class.ViewEvent.php b/views/bootstrap/class.ViewEvent.php index 85eb4ac29..0b0eeb448 100644 --- a/views/bootstrap/class.ViewEvent.php +++ b/views/bootstrap/class.ViewEvent.php @@ -16,7 +16,7 @@ /** * Include parent class */ -require_once("class.Bootstrap.php"); +//require_once("class.Bootstrap.php"); /** * Class which outputs the html page for ViewEvent view @@ -29,7 +29,7 @@ require_once("class.Bootstrap.php"); * 2010-2012 Uwe Steinmann * @version Release: @package_version@ */ -class SeedDMS_View_ViewEvent extends SeedDMS_Bootstrap_Style { +class SeedDMS_View_ViewEvent extends SeedDMS_Theme_Style { function show() { /* {{{ */ $dms = $this->params['dms'];