rental editor fix and firmware

This commit is contained in:
ragu 2022-09-21 19:24:42 +02:00
parent 80f7e5efe2
commit 72dcd2ec13
7 changed files with 55 additions and 36 deletions

View file

@ -246,8 +246,8 @@ td {
$position = "position:absolute; top: $h_toppx;" if($h_top);
my $height = "120px;";
my $margin = "0 0 200px 0;";
if($dbt->{operator}->{$varenv{dbname}}->{project} eq "Bayern"){
my $margin = "0 0 100px 0;";
if($dbt->{operator}->{$varenv{dbname}}->{project} =~ /Bayern|Freiburg/){
$height = "200px;";
$margin = "0;";
}
@ -262,8 +262,8 @@ td {
$ctt->{txt01} = $lb->newline($ctt->{txt01},"","0");
my $height = "120px;";
my $margin = "0 0 200px 0;";
if($dbt->{operator}->{$varenv{dbname}}->{project} eq "Bayern"){
my $margin = "0 0 100px 0;";
if($dbt->{operator}->{$varenv{dbname}}->{project} =~ /Bayern|Freiburg/){
$height = "200px;";
$margin = "0;";
}