openrat-cms

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

commit 8866e23a1f7b08cdda75d55f52d2f26bd55a7111
parent a68b3faa0da428096c0b32d7f94d0a0e4f475917
Author: dankert <devnull@localhost>
Date:   Sat,  5 Aug 2006 00:32:47 +0200

Mouseovereffekt (deaktiviert)

Diffstat:
themes/default/include/html/input.inc.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/default/include/html/input.inc.php b/themes/default/include/html/input.inc.php @@ -1 +1 @@ -<input name="<?php echo $attr_name ?>" size="<?php echo $attr_size ?>" maxlength="<?php echo $attr_maxlength ?>" class="<?php echo $attr_class ?>" value="<?php echo isset($$attr_name)?$$attr_name:$attr_default ?>" />- \ No newline at end of file +<input name="<?php echo $attr_name ?>" size="<?php echo $attr_size ?>" maxlength="<?php echo $attr_maxlength ?>" class="<?php echo $attr_class ?>" value="<?php echo isset($$attr_name)?$$attr_name:$attr_default ?>" onxxxMouseOver="this.focus();" />+ \ No newline at end of file