mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02:00
Infolog: Fix missing "tab" data in mobile view
This commit is contained in:
parent
f0fbdf9760
commit
ac8fe33f19
@ -185,7 +185,7 @@
|
||||
<et2-select-percent span="4" statustext="Percent completed" id="info_percent" onchange="app.infolog.statusChanged"></et2-select-percent>
|
||||
</row>
|
||||
<row>
|
||||
<et2-vbox id="tabs" span="all" width="100%">
|
||||
<et2-vbox span="all" width="100%">
|
||||
<et2-details id="description" summary="Description" title="longer textual description">
|
||||
<template id="infolog.edit.description"/>
|
||||
</et2-details>
|
||||
|
@ -170,7 +170,7 @@
|
||||
<et2-select-percent span="4" statustext="Percent completed" id="info_percent"></et2-select-percent>
|
||||
</row>
|
||||
<row>
|
||||
<et2-vbox id="tabs" span="all" width="100%">
|
||||
<et2-vbox span="all" width="100%">
|
||||
<et2-details id="description" summary="Description" title="longer textual description">
|
||||
<template id="infolog.view.description"/>
|
||||
</et2-details>
|
||||
|
Loading…
x
Reference in New Issue
Block a user