mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-13 17:00:45 +01:00
fixed not completly removed domain-selection, when disabled
This commit is contained in:
parent
524b321fe2
commit
da45740c4b
@ -229,6 +229,7 @@ class idots_framework extends egw_framework
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* trick to make domain section disapear */
|
/* trick to make domain section disapear */
|
||||||
|
$tmpl->set_block('login_form','domain_selection');
|
||||||
$tmpl->set_var('domain_selection',$GLOBALS['egw_info']['user']['domain'] ?
|
$tmpl->set_var('domain_selection',$GLOBALS['egw_info']['user']['domain'] ?
|
||||||
$GLOBALS['egw']->html->input_hidden('logindomain',$GLOBALS['egw_info']['user']['domain']) : '');
|
$GLOBALS['egw']->html->input_hidden('logindomain',$GLOBALS['egw_info']['user']['domain']) : '');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user