mofed table border tostylesheet

little pdf-fix
This commit is contained in:
katagia 2003-06-08 19:22:55 +00:00
parent b584c21620
commit 4e53865376
3 changed files with 4 additions and 4 deletions

View File

@ -240,7 +240,7 @@ switch ($_POST['select']) { // Select which part of page should be loaded and ch
case 'finish': case 'finish':
// Check if pdf-file should be created // Check if pdf-file should be created
if ($_POST['outputpdf']) { if ($_POST['outputpdf']) {
createpdf($_SESSION['account']); createpdf(array($_SESSION['account']));
$select_local = 'pdf'; $select_local = 'pdf';
} }
break; break;
@ -363,7 +363,7 @@ if ($select_local != 'pdf') {
echo "</head><body>\n"; echo "</head><body>\n";
echo "<form action=\"account.php\" method=\"post\">\n"; echo "<form action=\"account.php\" method=\"post\">\n";
if ($error != "0") StatusMessage("ERROR", _("Invalid Value!"), $error); if ($error != "0") StatusMessage("ERROR", _("Invalid Value!"), $error);
echo "<table rules=\"all\" class=\"account\" width=\"100%\">\n"; echo "<table class=\"account\" width=\"100%\">\n";
} }

View File

@ -40,7 +40,7 @@ echo '</title>'."\n".'
</head>'."\n".' </head>'."\n".'
<body>'."\n".' <body>'."\n".'
<form action="delete.php" method="post">'."\n".' <form action="delete.php" method="post">'."\n".'
<table rules="all" class="delete" width="100%">'."\n".' <table class="delete" width="100%">'."\n".'
<tr><td>'; <tr><td>';
if ($_GET['type']) { if ($_GET['type']) {

View File

@ -76,7 +76,7 @@ switch ($select) {
if ($select!='pdf') { if ($select!='pdf') {
echo '</head><body> echo '</head><body>
<form enctype="multipart/form-data" action="masscreate.php" method="post">'; <form enctype="multipart/form-data" action="masscreate.php" method="post">';
echo '<table rules="all" class="masscreate" width="100%"> echo '<table class="masscreate" width="100%">
<tr><td></td></tr>'; <tr><td></td></tr>';
} }