diff --git a/copri4/main/src/Mod/Printpreview.pm b/copri4/main/src/Mod/Printpreview.pm index d1a2a1d..162a91a 100755 --- a/copri4/main/src/Mod/Printpreview.pm +++ b/copri4/main/src/Mod/Printpreview.pm @@ -78,7 +78,6 @@ body,html { margin:0.5em 0; } th { - background-color: silver; border-bottom: solid thin gray; } td { @@ -99,6 +98,7 @@ td { text-align: left; width:50%; } + .tdsum { font-size:1em; padding:0.1em 0.5em; @@ -324,9 +324,7 @@ td { $position = "position:absolute; top: $h_toppx;" if($h_top); $node_name =~ s/steuerfrei//; - my $praefix = ""; - $praefix = "konrad-TINK" if($varenv{wwwhost} =~ /tink/); - $praefix = "$varenv{praefix}" if($varenv{syshost} =~ /sharee/); + my $praefix = "$varenv{praefix}"; print $q->div({-style=>"width:$width;$position border: 0px solid black;"}, $q->span({-style=>'font-size:1.5em;margin:0.5em 0 0.5em 0.5em;'},"$node_name"), @@ -357,7 +355,7 @@ td { $position = "position:absolute; top: $h_toppx;" if($h_top); print "\n
\n"; - print $q->start_table({ -border=>'0', -width=>'100%',-align=>'center', -cellpadding=>'3', -cellspacing=>'0'}),"\n"; + print $q->start_table({ -border=>'0', -width=>"$width",-align=>'center', -cellpadding=>'3', -cellspacing=>'0'}),"\n"; #Tableheader my $h=0; @@ -446,7 +444,7 @@ td { print $q->td({-class=>'tdint',-nowrap=>'1'},"$ct_pos "),"\n"; } if($key =~ /txt01/){ - print "\n"; + print "\n"; if($cttpos->{$id}->{$key}){ $cttpos->{$id}->{$key} =~ s/\
/;   /g; print "$cttpos->{$id}->{$key}
\n";