mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:23 +01:00
Set default tab_height and remove extra heights from single tabs
This commit is contained in:
parent
b2f1e669c1
commit
30eefe4d20
@ -3,7 +3,7 @@
|
|||||||
<overlay>
|
<overlay>
|
||||||
<template id="calendar.edit.details" template="" lang="" group="0" version="1.9.001">
|
<template id="calendar.edit.details" template="" lang="" group="0" version="1.9.001">
|
||||||
<hbox options="0,0">
|
<hbox options="0,0">
|
||||||
<grid height="250" width="445">
|
<grid width="445">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="80px"/>
|
<column width="80px"/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -93,7 +93,7 @@
|
|||||||
<textbox multiline="true" id="description" rows="12" cols="70" width="99%" height="240"/>
|
<textbox multiline="true" id="description" rows="12" cols="70" width="99%" height="240"/>
|
||||||
</template>
|
</template>
|
||||||
<template id="calendar.edit.participants" template="" lang="" group="0" version="1.9.001">
|
<template id="calendar.edit.participants" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="99%" height="250" overflow="auto" id="participants">
|
<grid width="99%" overflow="auto" id="participants">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="85"/>
|
<column width="85"/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -147,7 +147,7 @@
|
|||||||
</styles>
|
</styles>
|
||||||
</template>
|
</template>
|
||||||
<template id="calendar.edit.recurrence" template="" lang="" group="0" version="1.9.001">
|
<template id="calendar.edit.recurrence" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="100%" height="250">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="95"/>
|
<column width="95"/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -206,7 +206,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="calendar.edit.custom" template="" lang="" group="0" version="1.4.001">
|
<template id="calendar.edit.custom" template="" lang="" group="0" version="1.4.001">
|
||||||
<grid width="100%" height="250" overflow="auto">
|
<grid width="100%" overflow="auto">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
</columns>
|
</columns>
|
||||||
@ -218,7 +218,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="calendar.edit.links" template="" lang="" group="0" version="1.0.1.001">
|
<template id="calendar.edit.links" template="" lang="" group="0" version="1.0.1.001">
|
||||||
<grid width="100%" height="250" overflow="auto">
|
<grid width="100%" overflow="auto">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="95"/>
|
<column width="95"/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -240,16 +240,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="calendar.edit.history" template="" lang="" group="0" version="1.7.002">
|
<template id="calendar.edit.history" template="" lang="" group="0" version="1.7.002">
|
||||||
<grid width="100%" height="250" overflow="auto">
|
<historylog id="history" options="history_status" width="100%" overflow="hidden"/>
|
||||||
<columns>
|
|
||||||
<column/>
|
|
||||||
</columns>
|
|
||||||
<rows>
|
|
||||||
<row>
|
|
||||||
<historylog id="history" options="history_status"/>
|
|
||||||
</row>
|
|
||||||
</rows>
|
|
||||||
</grid>
|
|
||||||
</template>
|
</template>
|
||||||
<template id="calendar.delete_series" template="" lang="" group="0" version="1.7.003">
|
<template id="calendar.delete_series" template="" lang="" group="0" version="1.7.003">
|
||||||
<vbox>
|
<vbox>
|
||||||
@ -297,7 +288,7 @@
|
|||||||
<buttononly statustext="Find free timeslots where the selected participants are availible for the given timespan" label="Freetime search" id="freetime" onclick="app.calendar.freetime_search" image="add" background_image="1" span="all"/>
|
<buttononly statustext="Find free timeslots where the selected participants are availible for the given timespan" label="Freetime search" id="freetime" onclick="app.calendar.freetime_search" image="add" background_image="1" span="all"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<tabbox id="tabs" height="260" span="all">
|
<tabbox id="tabs" span="all" tab_height="250">
|
||||||
<tabs>
|
<tabs>
|
||||||
<tab id="description" label="Description" statustext="Full description"/>
|
<tab id="description" label="Description" statustext="Full description"/>
|
||||||
<tab id="participants" label="Participants" statustext="Participants, Resources, ..."/>
|
<tab id="participants" label="Participants" statustext="Participants, Resources, ..."/>
|
||||||
|
Loading…
Reference in New Issue
Block a user