|
@@ -1,4 +1,4 @@
|
|
|
-<?php
|
|
|
+<?php
|
|
|
|
|
|
==============================================================================
|
|
|
Dokeos - elearning and course management software
|
|
@@ -921,10 +921,16 @@ switch($action){
|
|
|
api_display_language_form();
|
|
|
?>
|
|
|
<form id="loginform">
|
|
|
- <label><?php echo get_lang('LoginName'); ?></label>
|
|
|
- <input type="text" id="login" size="15" value="" disabled="disabled" />
|
|
|
- <label><?php echo get_lang('UserPassword'); ?></label>
|
|
|
- <input type="password" id="password" size="15" disabled="disabled" />
|
|
|
+ <table cellpadding="0">
|
|
|
+ <tr>
|
|
|
+ <td><label><?php echo get_lang('LoginName'); ?></label></td>
|
|
|
+ <td><input type="text" id="login" size="15" value="" disabled="disabled" /></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td><label><?php echo get_lang('UserPassword'); ?></label></td>
|
|
|
+ <td><input type="password" id="password" size="15" disabled="disabled" /></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
<input type="button" value="<?php echo get_lang('Ok'); ?>" disabled="disabled" />
|
|
|
</form>
|
|
|
<div class="menusection">
|