mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 12:55:08 +02:00
Infolog: Fix missing "tab" data in mobile view
This commit is contained in:
@@ -185,7 +185,7 @@
|
|||||||
<et2-select-percent span="4" statustext="Percent completed" id="info_percent" onchange="app.infolog.statusChanged"></et2-select-percent>
|
<et2-select-percent span="4" statustext="Percent completed" id="info_percent" onchange="app.infolog.statusChanged"></et2-select-percent>
|
||||||
</row>
|
</row>
|
||||||
<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">
|
<et2-details id="description" summary="Description" title="longer textual description">
|
||||||
<template id="infolog.edit.description"/>
|
<template id="infolog.edit.description"/>
|
||||||
</et2-details>
|
</et2-details>
|
||||||
|
@@ -170,7 +170,7 @@
|
|||||||
<et2-select-percent span="4" statustext="Percent completed" id="info_percent"></et2-select-percent>
|
<et2-select-percent span="4" statustext="Percent completed" id="info_percent"></et2-select-percent>
|
||||||
</row>
|
</row>
|
||||||
<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">
|
<et2-details id="description" summary="Description" title="longer textual description">
|
||||||
<template id="infolog.view.description"/>
|
<template id="infolog.view.description"/>
|
||||||
</et2-details>
|
</et2-details>
|
||||||
|
Reference in New Issue
Block a user