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:
@@ -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 ' </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 /> <input type="button" style="visibility: ; width: 100px; height: 25px" name="print" value="' . $strPrint . '" onclick="printPage()">' . "\n";
|
||||
|
||||
require('./footer.inc.php3');
|
||||
?>
|
||||
?>
|
Reference in New Issue
Block a user