fixed not completly removed domain-selection, when disabled

This commit is contained in:
Ralf Becker 2006-12-27 15:37:37 +00:00
parent 524b321fe2
commit da45740c4b

View File

@ -229,6 +229,7 @@ class idots_framework extends egw_framework
else
{
/* trick to make domain section disapear */
$tmpl->set_block('login_form','domain_selection');
$tmpl->set_var('domain_selection',$GLOBALS['egw_info']['user']['domain'] ?
$GLOBALS['egw']->html->input_hidden('logindomain',$GLOBALS['egw_info']['user']['domain']) : '');