openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9b025399c8d6a595e0e333f0c0c516b40fcb1c52
parent f81a5113d0aa0573e51243d8df9b38e92e474805
Author: dankert <devnull@localhost>
Date:   Sun, 28 Nov 2004 18:15:46 +0100

Anpassen an neue Sprachdatei-Konventionen

Diffstat:
themes/default/pages/html/login.tpl.php | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/themes/default/pages/html/login.tpl.php b/themes/default/pages/html/login.tpl.php @@ -10,7 +10,7 @@ <table class="main" width="400" cellspacing="0" cellpadding="4"> <tr> - <th colspan="2"><?php echo lang('LOGIN') ?></th> + <th colspan="2"><?php echo lang('GLOBAL_LOGIN') ?></th> </tr> <tr> @@ -28,14 +28,14 @@ <td class="f1" width="50%"><?php echo lang('USER_USERNAME') ?></td> <td class="f1" width="50%"><input name="login_name" type="text" value="<?php #echo $login ?>" width="20"></td> <tr> -<td class="f2" width="50%"><?php echo lang('PASSWORD') ?></td> +<td class="f2" width="50%"><?php echo lang('USER_PASSWORD') ?></td> <td class="f2" width="50%"><input name="login_password" type="password" value="<?php echo #$password ?>" width="20"></td> <tr> <?php if (count($dbids)>1) { ?> <tr> -<td class="f1" width="50%"><?php echo lang('DATABASE') ?></td> +<td class="f1" width="50%"><?php echo lang('GLOBAL_DATABASE') ?></td> <td class="f1" width="50%"><?php echo Html::selectBox('dbid',$dbids,$actdbid) ?></td> </tr> <?php } ?> @@ -47,7 +47,7 @@ <input type="hidden" name="dbid" value="<?php echo key($dbids) ?>"> <?php } ?> -<input type="submit" class="submit" value="<?php echo lang('LOGIN') ?>"> +<input type="submit" class="submit" value="<?php echo lang('GLOBAL_LOGIN') ?>"> </td> </tr> </table> @@ -57,7 +57,7 @@ <!-- The GPL licence requires this text, so NEVER remove nor change it. --> <br><br> -<p class="copyright"><a href="http://www.gnu.org/copyleft/gpl.html" target="_top"><?php echo lang('login_gpl') ?></a></p> +<p class="copyright"><a href="http://www.gnu.org/copyleft/gpl.html" target="_top"><?php echo lang('GLOBAL_LOGIN_GPL') ?></a></p> </center>