openrat-cms

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

commit 19624c10c6681ddabf9915dab5ce25e5ba81577c
parent 8bfee44216220e9b01d5b9c7af92cffd56f3c9cf
Author: dankert <devnull@localhost>
Date:   Thu, 15 Feb 2007 23:10:45 +0100

Attribut "type" erg?nzt.

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 id="id<?php echo $attr_name ?>" 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 +<input id="id<?php echo $attr_name ?>" name="<?php echo $attr_name ?>" type="<?php echo $attr_type ?>" 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