mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-07 05:39:21 +00:00
- added missing ErrorDlg
This commit is contained in:
parent
4af58a7e6b
commit
9d4f13d7a9
38
views/blue/class.ErrorDlg.php
Normal file
38
views/blue/class.ErrorDlg.php
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Implementation of ErrorDlg view
|
||||||
|
*
|
||||||
|
* @category DMS
|
||||||
|
* @package LetoDMS
|
||||||
|
* @license GPL 2
|
||||||
|
* @version @version@
|
||||||
|
* @author Uwe Steinmann <uwe@steinmann.cx>
|
||||||
|
* @copyright Copyright (C) 2002-2005 Markus Westphal,
|
||||||
|
* 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli,
|
||||||
|
* 2010-2012 Uwe Steinmann
|
||||||
|
* @version Release: @package_version@
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Include parent class
|
||||||
|
*/
|
||||||
|
require_once("class.BlueStyle.php");
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class which outputs the html page for ErrorDlg view
|
||||||
|
*
|
||||||
|
* @category DMS
|
||||||
|
* @package LetoDMS
|
||||||
|
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
|
||||||
|
* @copyright Copyright (C) 2002-2005 Markus Westphal,
|
||||||
|
* 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli,
|
||||||
|
* 2010-2012 Uwe Steinmann
|
||||||
|
* @version Release: @package_version@
|
||||||
|
*/
|
||||||
|
class LetoDMS_View_ErrorDlg extends LetoDMS_Blue_Style {
|
||||||
|
|
||||||
|
function show() { /* {{{ */
|
||||||
|
|
||||||
|
} /* }}} */
|
||||||
|
}
|
||||||
|
?>
|
Loading…
Reference in New Issue
Block a user