openrat-cms

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

commit 86f41f56c5bd34057b7f9f984d306aaec98e087a
parent d84ba7f631e877ca79fa7b65495a5860e577201c
Author: dankert <devnull@localhost>
Date:   Sun, 29 Jan 2006 18:28:52 +0100

Feld auch selektieren

Diffstat:
themes/default/include/html/focus.inc.php | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/themes/default/include/html/focus.inc.php b/themes/default/include/html/focus.inc.php @@ -1,3 +1,4 @@ <script name="JavaScript" type="text/javascript"><!-- -document.forms[0].<?php echo $$attr_field ?>.focus(); +document.forms[0].<?php echo $attr_field ?>.focus(); +document.forms[0].<?php echo $attr_field ?>.select(); //--></script>