mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
fix preprocessor to NOT add id attribute to vbox used in mobile template instead of tabbox
This commit is contained in:
parent
d756268dbe
commit
7eaebce7fd
@ -435,6 +435,7 @@ function send_template()
|
||||
unset($tab_attrs['label'], $tab_attrs['statustext']);
|
||||
$details[] = $indent."\t".'<et2-details'.stringAttrs($tab_attrs).'>'."\n$indent\t\t".$panels[0][$n]."\n$indent\t</et2-details>";
|
||||
}
|
||||
unset($tabbox_attrs['id']);
|
||||
return $indent.'<vbox'.stringAttrs($tabbox_attrs).">\n".implode("\n", $details)."\n$indent</vbox>";
|
||||
}, $str);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user