openrat-cms

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

commit 9763ad41b2c3a071eab6423da9b85f07c6b59492
parent 568ba7ad31b825502105426c5707420f213c4e9e
Author: dankert <devnull@localhost>
Date:   Wed, 19 Jul 2006 22:25:33 +0200

Attribut "class" erg?nzt.

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

diff --git a/themes/default/include/html/inputarea.inc.php b/themes/default/include/html/inputarea.inc.php @@ -1 +1 @@ -<textarea name="<?php echo $attr_name ?>" rows="<?php echo $attr_rows ?>" cols="<?php echo $attr_cols ?>"><?php echo htmlentities(isset($$attr_name)?$$attr_name:$attr_default) ?></textarea>- \ No newline at end of file +<textarea class="<?php echo $attr_class ?>" name="<?php echo $attr_name ?>" rows="<?php echo $attr_rows ?>" cols="<?php echo $attr_cols ?>"><?php echo htmlentities(isset($$attr_name)?$$attr_name:$attr_default) ?></textarea>+ \ No newline at end of file