diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php index 0c8ef6fc4bce8a253133fa1b452f78d8a6caaac4..d7004d56745effe9866f03bc694383f32d4fb471 100644 --- a/htdocs/core/tpl/login.tpl.php +++ b/htdocs/core/tpl/login.tpl.php @@ -66,6 +66,10 @@ function donnefocus() { <form id="login" name="login" method="post" action="<?php echo $php_self; ?>"> <input type="hidden" name="token" value="<?php echo $_SESSION['newtoken']; ?>"> <input type="hidden" name="loginfunction" value="loginfunction" /> +<!-- Add fields to send local user information --> +<input type="hidden" name="tz" value="" /> +<input type="hidden" name="screenwidth" value="" /> +<input type="hidden" name="screenheight" value="" /> <table class="login" summary="<?php echo $title; ?>" cellpadding="0" cellspacing="0" border="0" align="center"> <tr class="vmenu"><td align="center"><?php echo $title; ?></td></tr>