mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-12 23:06:27 +02:00
servicetool service_type fix
This commit is contained in:
parent
f65e88b302
commit
d0c401c848
4 changed files with 13 additions and 21 deletions
|
@ -190,6 +190,7 @@ sub tpl(){
|
|||
my $dbmtime = "";
|
||||
my $dbowner = $ctrel->{owner} || $cttpos->{owner_end} || "";
|
||||
my $dbmtime = $ctrel->{mtime} || $cttpos->{mtime} || "";
|
||||
$dbmtime = $ctrel->{change} if($node_meta->{tpl_id} == 198);
|
||||
$u_name = $dbt->sys_username($dbh,$dbowner);
|
||||
$dbmtime = $lb->time4de($dbmtime,"1") if($dbmtime);
|
||||
my $selsize="200px";
|
||||
|
|
|
@ -199,6 +199,7 @@ EOF
|
|||
$db->users_up("col_sort","0",$users_dms->{owner}) if("$scol" ne "$users_dms->{col_sort}");
|
||||
}
|
||||
|
||||
$scol = "change" if($node_meta->{template_id} == 198);
|
||||
|
||||
#print Dumper($node_meta);
|
||||
my $hashfile = "$varenv{logdir}/$users_dms->{u_id}-$searchref->{table_pos}-searchhash";
|
||||
|
@ -390,7 +391,7 @@ EOF
|
|||
$tdclass = "tdint";
|
||||
$tdstyle = "text-align:right;max-width:8em;$size px;";
|
||||
}
|
||||
$ct4rel->{$id}->{$key} = $lb->time4de($ct4rel->{$id}->{$key},"1") if($key =~ /time/);
|
||||
$ct4rel->{$id}->{$key} = $lb->time4de($ct4rel->{$id}->{$key},"1") if($key =~ /time|change/);
|
||||
$ct4rel->{$id}->{$key} = $q->unescapeHTML($ct4rel->{$id}->{$key}) if($ct4rel->{$id}->{$key});
|
||||
$ct4rel->{$id}->{$key} = $lb->newline($ct4rel->{$id}->{$key},"","") if($ct4rel->{$id}->{$key});
|
||||
if($key eq "owner"){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue