openrat-cms

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

commit d1218f5c5eeaa1e3f82f60a25031462bdaf60e08
parent af8deab42cb17d5c207615bdc54ce31be14ff5de
Author: Jan Dankert <devnull@localhost>
Date:   Thu,  9 Aug 2012 21:13:52 +0200

keine style-Angaben beim form-Tag.

Diffstat:
Mthemes/default/include/html/form.inc.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/include/html/form.inc.php b/themes/default/include/html/form.inc.php @@ -38,7 +38,7 @@ target="<?php echo $attr_target ?>" action="<?php echo Html::url( $attr_action,$attr_subaction,$attr_id ) ?>" method="<?php echo $attr_method ?>" - enctype="<?php echo $attr_enctype ?>" style="margin:0px;padding:0px;" + enctype="<?php echo $attr_enctype ?>" class="<?php echo $attr_action ?>" onSubmit="<?php echo $attr_tmp_submitFunction ?>"><input type="submit" class="invisible" />