mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-02-22 11:46:27 +01:00
pdf print fix
This commit is contained in:
parent
9190b2353c
commit
beb2d92f71
1 changed files with 4 additions and 6 deletions
|
@ -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<div style='width:$width;$position border:0px solid black;'>\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 "<td class='tdtxt' nowrap=1>\n";
|
||||
print "<td class='tdtxt'>\n";
|
||||
if($cttpos->{$id}->{$key}){
|
||||
$cttpos->{$id}->{$key} =~ s/\<br \/\>/; /g;
|
||||
print "$cttpos->{$id}->{$key}<br />\n";
|
||||
|
|
Loading…
Add table
Reference in a new issue