replace SeedDMS_Theme_Bootstrap by SeedDMS_Theme_Style

This commit is contained in:
Uwe Steinmann 2021-05-06 20:25:54 +02:00
parent a99efecb7b
commit 096312dbdb
3 changed files with 6 additions and 6 deletions

View File

@ -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'];

View File

@ -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'];

View File

@ -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'];