mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
9ab5005680
. Fixed login.php not using multilang support
15 lines
209 B
Smarty
15 lines
209 B
Smarty
|
|
<!-- BEGIN form -->
|
|
<p><b>{header_lang}</b><hr>
|
|
|
|
{error_message}<p>
|
|
|
|
<form method="POST" action="{form_action}">
|
|
<table border="0" align="center" width="60%">
|
|
|
|
{rows}
|
|
|
|
</table>
|
|
</form>
|
|
<!-- END form -->
|
|
|