mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-13 23:26:29 +02:00
rental editor fix and firmware
This commit is contained in:
parent
80f7e5efe2
commit
72dcd2ec13
7 changed files with 55 additions and 36 deletions
|
@ -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;";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue