mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 04:56:06 +00:00
replace SeedDMS_Theme_Bootstrap by SeedDMS_Theme_Style
This commit is contained in:
parent
a99efecb7b
commit
096312dbdb
|
@ -14,7 +14,7 @@
|
||||||
/**
|
/**
|
||||||
* Include parent class
|
* Include parent class
|
||||||
*/
|
*/
|
||||||
require_once("class.Bootstrap.php");
|
//require_once("class.Bootstrap.php");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class which outputs the html page for Document view
|
* Class which outputs the html page for Document view
|
||||||
|
@ -25,7 +25,7 @@ require_once("class.Bootstrap.php");
|
||||||
* @copyright Copyright (C) 2015 Uwe Steinmann
|
* @copyright Copyright (C) 2015 Uwe Steinmann
|
||||||
* @version Release: @package_version@
|
* @version Release: @package_version@
|
||||||
*/
|
*/
|
||||||
class SeedDMS_View_CheckInDocument extends SeedDMS_Bootstrap_Style {
|
class SeedDMS_View_CheckInDocument extends SeedDMS_Theme_Style {
|
||||||
|
|
||||||
function js() { /* {{{ */
|
function js() { /* {{{ */
|
||||||
$strictformcheck = $this->params['strictformcheck'];
|
$strictformcheck = $this->params['strictformcheck'];
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
/**
|
/**
|
||||||
* Include parent class
|
* Include parent class
|
||||||
*/
|
*/
|
||||||
require_once("class.Bootstrap.php");
|
//require_once("class.Bootstrap.php");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class which outputs the html page for EditEvent view
|
* Class which outputs the html page for EditEvent view
|
||||||
|
@ -29,7 +29,7 @@ require_once("class.Bootstrap.php");
|
||||||
* 2010-2012 Uwe Steinmann
|
* 2010-2012 Uwe Steinmann
|
||||||
* @version Release: @package_version@
|
* @version Release: @package_version@
|
||||||
*/
|
*/
|
||||||
class SeedDMS_View_EditEvent extends SeedDMS_Bootstrap_Style {
|
class SeedDMS_View_EditEvent extends SeedDMS_Theme_Style {
|
||||||
|
|
||||||
function js() { /* {{{ */
|
function js() { /* {{{ */
|
||||||
$strictformcheck = $this->params['strictformcheck'];
|
$strictformcheck = $this->params['strictformcheck'];
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
/**
|
/**
|
||||||
* Include parent class
|
* Include parent class
|
||||||
*/
|
*/
|
||||||
require_once("class.Bootstrap.php");
|
//require_once("class.Bootstrap.php");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class which outputs the html page for ViewEvent view
|
* Class which outputs the html page for ViewEvent view
|
||||||
|
@ -29,7 +29,7 @@ require_once("class.Bootstrap.php");
|
||||||
* 2010-2012 Uwe Steinmann
|
* 2010-2012 Uwe Steinmann
|
||||||
* @version Release: @package_version@
|
* @version Release: @package_version@
|
||||||
*/
|
*/
|
||||||
class SeedDMS_View_ViewEvent extends SeedDMS_Bootstrap_Style {
|
class SeedDMS_View_ViewEvent extends SeedDMS_Theme_Style {
|
||||||
|
|
||||||
function show() { /* {{{ */
|
function show() { /* {{{ */
|
||||||
$dms = $this->params['dms'];
|
$dms = $this->params['dms'];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user