new login layout; everything should work now
This commit is contained in:
parent
87edb86047
commit
f7aa49f9fe
|
@ -96,6 +96,7 @@ function display_LoginPage($config_object,$profile)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
//TODO Generate Status message
|
||||||
$message = _("Unable to load available languages. Setting English as default language. For further instructions please contact the Admin of this site.");
|
$message = _("Unable to load available languages. Setting English as default language. For further instructions please contact the Admin of this site.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -139,9 +140,9 @@ function display_LoginPage($config_object,$profile)
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<form action="login.php" method="post">
|
<table width="650" align="center" border="2" rules="none" bgcolor="white">
|
||||||
<input type="hidden" name="action" value="checklogin">
|
<form action="login.php" method="post">
|
||||||
<table width="650" align="center" border="2" rules="none" bgcolor="white">
|
<input type="hidden" name="action" value="checklogin">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="70" rowspan="9">
|
<td width="70" rowspan="9">
|
||||||
<img src="../graphics/lam.png" alt="Logo">
|
<img src="../graphics/lam.png" alt="Logo">
|
||||||
|
@ -243,6 +244,9 @@ function display_LoginPage($config_object,$profile)
|
||||||
<?php echo $config_object->get_ServerURL(); ?>
|
<?php echo $config_object->get_ServerURL(); ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</form>
|
||||||
|
<form action="./login.php" method="post" enctype="plain/text">
|
||||||
|
<input type="hidden" name="action" value="profileChange">
|
||||||
<tr>
|
<tr>
|
||||||
<td height="30"><b>
|
<td height="30"><b>
|
||||||
<?php
|
<?php
|
||||||
|
@ -269,9 +273,9 @@ function display_LoginPage($config_object,$profile)
|
||||||
<tr>
|
<tr>
|
||||||
<td height="10" colspan="2"></td>
|
<td height="10" colspan="2"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</form>
|
||||||
<br><br>
|
</table>
|
||||||
</form>
|
<br><br>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue