mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
switch to new class name SeedDMS_Theme_Style
This commit is contained in:
parent
3e81ad7654
commit
0278989a7e
|
@ -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 ExtensionMgr view
|
* Class which outputs the html page for ExtensionMgr view
|
||||||
|
@ -25,7 +25,7 @@ require_once("class.Bootstrap.php");
|
||||||
* @copyright Copyright (C) 2013 Uwe Steinmann
|
* @copyright Copyright (C) 2013 Uwe Steinmann
|
||||||
* @version Release: @package_version@
|
* @version Release: @package_version@
|
||||||
*/
|
*/
|
||||||
class SeedDMS_View_ExtensionMgr extends SeedDMS_Bootstrap_Style {
|
class SeedDMS_View_ExtensionMgr extends SeedDMS_Theme_Style {
|
||||||
|
|
||||||
function js() { /* {{{ */
|
function js() { /* {{{ */
|
||||||
header('Content-Type: application/javascript; charset=UTF-8');
|
header('Content-Type: application/javascript; charset=UTF-8');
|
||||||
|
|
|
@ -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 ForcePasswordChange view
|
* Class which outputs the html page for ForcePasswordChange 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_ForcePasswordChange extends SeedDMS_Bootstrap_Style {
|
class SeedDMS_View_ForcePasswordChange extends SeedDMS_Theme_Style {
|
||||||
|
|
||||||
function js() { /* {{{ */
|
function js() { /* {{{ */
|
||||||
header('Content-Type: application/javascript; charset=UTF-8');
|
header('Content-Type: application/javascript; charset=UTF-8');
|
||||||
|
@ -74,7 +74,7 @@ $(document).ready( function() {
|
||||||
$this->globalBanner();
|
$this->globalBanner();
|
||||||
$this->contentStart();
|
$this->contentStart();
|
||||||
$this->contentHeading(getMLText('password_expiration'));
|
$this->contentHeading(getMLText('password_expiration'));
|
||||||
echo "<div class=\"alert\">".getMLText('password_expiration_text')."</div>";
|
$this->warningMsg(getMLText('password_expiration_text'));
|
||||||
$this->contentContainerStart();
|
$this->contentContainerStart();
|
||||||
?>
|
?>
|
||||||
<form class="form-horizontal" action="../op/op.EditUserData.php" method="post" id="form" name="form1">
|
<form class="form-horizontal" action="../op/op.EditUserData.php" method="post" id="form" name="form1">
|
||||||
|
|
|
@ -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 MyAccount view
|
* Class which outputs the html page for MyAccount 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_MyAccount extends SeedDMS_Bootstrap_Style {
|
class SeedDMS_View_MyAccount extends SeedDMS_Theme_Style {
|
||||||
|
|
||||||
function show() { /* {{{ */
|
function show() { /* {{{ */
|
||||||
$dms = $this->params['dms'];
|
$dms = $this->params['dms'];
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
/**
|
/**
|
||||||
* Include parent class
|
* Include parent class
|
||||||
*/
|
*/
|
||||||
require_once("class.Bootstrap.php");
|
//require_once("class.Bootstrap.php");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Include class to preview documents
|
* Include class to preview documents
|
||||||
|
@ -34,7 +34,7 @@ require_once("SeedDMS/Preview.php");
|
||||||
* 2010-2012 Uwe Steinmann
|
* 2010-2012 Uwe Steinmann
|
||||||
* @version Release: @package_version@
|
* @version Release: @package_version@
|
||||||
*/
|
*/
|
||||||
class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
|
class SeedDMS_View_ViewFolder extends SeedDMS_Theme_Style {
|
||||||
|
|
||||||
function data() { /* {{{ */
|
function data() { /* {{{ */
|
||||||
$dms = $this->params['dms'];
|
$dms = $this->params['dms'];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user