mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 22:16:26 +02:00
SubListe sortierung fix
This commit is contained in:
parent
72dcd2ec13
commit
5c98c8b8a5
10 changed files with 105 additions and 119 deletions
|
@ -214,6 +214,7 @@ sub tpl(){
|
|||
foreach my $id1 (sort {$node1->{$a}->{n_sort} <=> $node1->{$b}->{n_sort}} keys (%$node1)){
|
||||
if($node1->{$id1}->{node_name} !~ /Firma|System/){
|
||||
my $node2 = $db->collect_noderel($node1->{$id1}->{main_id},$lang,$users_dms->{u_id});
|
||||
$topath = "/$viewsel[0]/$node->{$id}->{node_name}";
|
||||
$mclass = "";
|
||||
$mstyle = "";
|
||||
if("$node1->{$id1}->{node_name}" eq "$viewsel[2]"){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue