openrat-cms

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

commit 086a286fcc36ec1222a08dbbbc2b5014d3806d25
parent 33612a122b7201e165da5fcc58a57fc57509e1f8
Author: dankert <devnull@localhost>
Date:   Wed, 13 Oct 2004 23:48:49 +0200

Korrektur Fokus

Diffstat:
themes/default/pages/html/page/form.tpl.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/pages/html/page/form.tpl.php b/themes/default/pages/html/page/form.tpl.php @@ -91,7 +91,7 @@ </center> <script name="JavaScript" type="text/javascript"><!-- -document.forms[0].el<?php echo $firstId ?>.focus(); +document.forms[0].id<?php echo $firstId ?>.focus(); //--></script> <?php include( $tpl_dir.'footer.tpl.php') ?> \ No newline at end of file