openrat-cms

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

commit 14fd33a824e0e1b324a2d1edb53c9ab9867ec7e0
parent 39693b438a471e1cfb377dfb9c4c25b864617fcb
Author: dankert <devnull@localhost>
Date:   Fri, 21 Jan 2011 00:39:49 +0100

ID für Kennwort-Feld vergeben.

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

diff --git a/themes/default/include/html/password.inc.php b/themes/default/include/html/password.inc.php @@ -1 +1 @@ -<input type="password" name="<?php echo $attr_name ?>" size="<?php echo $attr_size ?>" maxlength="<?php echo $attr_maxlength ?>" class="<?php echo $attr_class ?>" value="<?php if (count($errors)==0) echo isset($$attr_name)?$$attr_name:$attr_default ?>" <?php if (in_array($attr_name,$errors)) echo 'style="border:2px dashed red;"' ?> />- \ No newline at end of file +<input type="password" name="<?php echo $attr_name ?>" id="id_<?php echo $attr_name ?>" size="<?php echo $attr_size ?>" maxlength="<?php echo $attr_maxlength ?>" class="<?php echo $attr_class ?>" value="<?php if (count($errors)==0) echo isset($$attr_name)?$$attr_name:$attr_default ?>" <?php if (in_array($attr_name,$errors)) echo 'style="border:2px dashed red;"' ?> />+ \ No newline at end of file