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>
|
<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,27 +170,27 @@
|
|||||||
<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>
|
||||||
<et2-details id="details" summary="Details" title="Location, priority , ...">
|
<et2-details id="details" summary="Details" title="Location, priority , ...">
|
||||||
<template id="infolog.view.details"/>
|
<template id="infolog.view.details"/>
|
||||||
</et2-details>
|
</et2-details>
|
||||||
<et2-details id="links" summary="Links" title="Links of this entry">
|
<et2-details id="links" summary="Links" title="Links of this entry">
|
||||||
<template id="infolog.view.links"/>
|
<template id="infolog.view.links"/>
|
||||||
</et2-details>
|
</et2-details>
|
||||||
<et2-details id="project" summary="Projectmanager" title="Project settings: price, times">
|
<et2-details id="project" summary="Projectmanager" title="Project settings: price, times">
|
||||||
<template id="infolog.view.project"/>
|
<template id="infolog.view.project"/>
|
||||||
</et2-details>
|
</et2-details>
|
||||||
<et2-details id="customfields" summary="Customfields" title="Custom fields">
|
<et2-details id="customfields" summary="Customfields" title="Custom fields">
|
||||||
<template id="infolog.view.customfields"/>
|
<template id="infolog.view.customfields"/>
|
||||||
</et2-details>
|
</et2-details>
|
||||||
<et2-details id="ownership" summary="Ownership" title="Ownership">
|
<et2-details id="ownership" summary="Ownership" title="Ownership">
|
||||||
<template id="infolog.view.ownership"/>
|
<template id="infolog.view.ownership"/>
|
||||||
</et2-details>
|
</et2-details>
|
||||||
</et2-vbox>
|
</et2-vbox>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user