mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-07-09 23:26:26 +02:00
sig push event with bikeId
This commit is contained in:
parent
a8891eb704
commit
c7726be759
5 changed files with 34 additions and 13 deletions
|
@ -493,7 +493,7 @@ EOF
|
|||
$oprefix = "$dbt->{operator}->{$varenv{dbname}}->{oprefix}-" if($node_meta->{tpl_id} == 224 || $node_meta->{tpl_id} == 228);
|
||||
print $q->Tr();
|
||||
print $q->td({-class=>'left_italic_cms'},"$des"),"\n";
|
||||
print $q->td({-class=>'content1_cms',-colspan=>2}, "$oprefix", $q->textfield(-class=>'etxt', -style=>"width:$w;",-name=>"$key", -override=>'1',-default=>"$ct_name")),"\n";
|
||||
print $q->td({-class=>'content1_cms',-colspan=>2}, "$oprefix", $q->textfield(-class=>'etxt', -style=>"width:$w;",-name=>"$key", -override=>'1',-default=>"$ct_name"),$postdes),"\n";
|
||||
}
|
||||
elsif($key eq "barcode"){
|
||||
my $w = $size . "em";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue