changing widths of columns in tbl_printview

correcting spellingerror in german translation
using translated string for pagenumber in Table of Contents for Datadict pdf
This commit is contained in:
Mike Beck
2002-12-06 16:09:59 +00:00
parent 4a3043ea5f
commit b6411751a0
5 changed files with 20 additions and 20 deletions

View File

@@ -177,7 +177,7 @@ while ($row = mysql_fetch_array($rowset)) {
echo ' <th width="50">' . $strLinksTo . '</th>' . "\n";
}
if ($cfgRelation['commwork']) {
echo ' <th width="400">' . $strComments . '</th>' . "\n";
echo ' <th>' . $strComments . '</th>' . "\n";
}
?>
</tr>
@@ -254,7 +254,7 @@ while ($row = mysql_fetch_array($rowset)) {
echo '&nbsp;</td>' . "\n";
}
if ($cfgRelation['commwork']) {
echo ' <td width="400" class="print">';
echo ' <td class="print">';
if (isset($comments[$field_name])) {
echo htmlspecialchars($comments[$field_name]);
}
@@ -299,4 +299,4 @@ function printPage()
echo '<br /><br />&nbsp;<input type="button" style="visibility: ; width: 100px; height: 25px" name="print" value="' . $strPrint . '" onclick="printPage()">' . "\n";
require('./footer.inc.php3');
?>
?>