mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
loginas language typos a fixes (thanks rob for fixing it!) and more consistent loginas password dialog layout.
This commit is contained in:
parent
d8eb52a2d0
commit
b9fd28eade
2 changed files with 4 additions and 4 deletions
|
@ -59,11 +59,11 @@
|
||||||
|
|
||||||
print_header("$site->fullname: $strloginas", "$site->fullname: $strloginas",
|
print_header("$site->fullname: $strloginas", "$site->fullname: $strloginas",
|
||||||
' ', 'passwordform.password');
|
' ', 'passwordform.password');
|
||||||
print_simple_box_start('center', '', '', 20);
|
print_simple_box_start('center', '50%', '', 5, 'noticebox');
|
||||||
?>
|
?>
|
||||||
<p><?php echo $strloginaspasswordexplain?></p>
|
<p align="center"><?php echo $strloginaspasswordexplain?></p>
|
||||||
<form action="loginas.php" name="passwordform" method="post">
|
<form action="loginas.php" name="passwordform" method="post">
|
||||||
<table border="0" cellpadding="3" cellspacing="3">
|
<table border="0" cellpadding="3" cellspacing="3" align="center">
|
||||||
<tr><td><?php echo $strpassword?>:</td>
|
<tr><td><?php echo $strpassword?>:</td>
|
||||||
<td><input type="password" name="password" size="15" value="" alt="<?php p($strpassword)?>" /></td>
|
<td><input type="password" name="password" size="15" value="" alt="<?php p($strpassword)?>" /></td>
|
||||||
<td><input type="submit" value="<?php p($strloginas)?>" /></td>
|
<td><input type="submit" value="<?php p($strloginas)?>" /></td>
|
||||||
|
|
|
@ -702,7 +702,7 @@ $string['login'] = 'Login';
|
||||||
$string['login_failure_logs'] = 'Login failure logs';
|
$string['login_failure_logs'] = 'Login failure logs';
|
||||||
$string['loginalready'] = 'You are already logged in';
|
$string['loginalready'] = 'You are already logged in';
|
||||||
$string['loginas'] = 'Login as';
|
$string['loginas'] = 'Login as';
|
||||||
$string['loginaspasswordexplain'] = '<p>You must enter password to use this feature.<br />If you do not know it ask you server administrator.</p>';
|
$string['loginaspasswordexplain'] = '<p>You must enter the special \"loginas password\" to use this feature.<br />If you do not know it, ask your server administrator.</p>';$string['loginguest'] = 'Login as a guest';
|
||||||
$string['loginguest'] = 'Login as a guest';
|
$string['loginguest'] = 'Login as a guest';
|
||||||
$string['loginsite'] = 'Login to the site';
|
$string['loginsite'] = 'Login to the site';
|
||||||
$string['loginsteps'] = 'Hi! For full access to courses you\'ll need to take
|
$string['loginsteps'] = 'Hi! For full access to courses you\'ll need to take
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue