diff --git a/phpgwapi/inc/class.egw_framework.inc.php b/phpgwapi/inc/class.egw_framework.inc.php index c54e442b47..9615e44e38 100644 --- a/phpgwapi/inc/class.egw_framework.inc.php +++ b/phpgwapi/inc/class.egw_framework.inc.php @@ -130,6 +130,27 @@ class egw_framework die('virtual, need to be reimplemented in the template!!!'); } + /** + * displays a login screen + * + * @string $extra_vars for login url + * @return string + */ + function login_screen($extra_vars) + { + die('virtual, need to be reimplemented in the template!!!'); + } + + /** + * displays a login denied message + * + * @return string + */ + function denylogin_screen() + { + die('virtual, need to be reimplemented in the template!!!'); + } + /** * Get footer as array to eg. set as vars for a template (from idots' head.inc.php) * diff --git a/phpgwapi/templates/default/login.tpl b/phpgwapi/templates/default/login.tpl index b580815831..0b71557d68 100644 --- a/phpgwapi/templates/default/login.tpl +++ b/phpgwapi/templates/default/login.tpl @@ -1,147 +1,66 @@ - - -
- - - - - - - - -- |
-
|
-
- +
- {deny_msg} - | -