Project

General

Profile

« Previous | Next » 

Revision 1781

Added by Dietmar over 11 years ago

! fixed form modul (Tks to Ruebenwurzel)
! Send forgotten Theme CSS in Revision 1780

View differences:

view.php
161 161
	if($query_fields = $database->query($sql)) {
162 162
		if($query_fields->numRows() > 0) {
163 163
?>
164
			<form <?php echo ( ( (strlen($form_name) > 0) AND (false == $use_xhtml_strict) ) ? "name=\"".$form_name."\"" : ""); ?> action="<?php echo htmlspecialchars(strip_tags($_SERVER['SCRIPT_NAME'])).'';?>" method="post">
164
			<form <?php echo ( ( (strlen($form_name) > 0) AND (false == $use_xhtml_strict) ) ? "id=\"".$form_name.$section_id."\"" : ""); ?> action="<?php echo htmlspecialchars(strip_tags($_SERVER['SCRIPT_NAME'])).'';?>" method="post">
165
            <fieldset>
165 166
				<input type="hidden" name="submission_id" value="<?php echo $_SESSION['form_submission_id']; ?>" />
166 167
				<?php
167 168
				$iFormRequestId = isset($_GET['fri']) ? intval($_GET['fri']) : 0;
......
268 269
		echo $out;
269 270
// Add form end code
270 271
?>
272
        </fieldset>
271 273
</form>
272 274
<?php
273 275
		}

Also available in: Unified diff