mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
quick fix now that grid overflow/height works
This commit is contained in:
parent
b5a1af92d9
commit
92c833afaa
@ -3,24 +3,24 @@
|
|||||||
<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="141">
|
<grid height="250" width="500">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="85"/>
|
<column width="85"/>
|
||||||
<column/>
|
<column/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<description for="location" value="Location" width="0"/>
|
<description for="location" value="Location"/>
|
||||||
<textbox id="location" maxlength="255" class="calendar_inputFullWidth"/>
|
<textbox id="location" maxlength="255" class="calendar_inputFullWidth"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="row_off">
|
<row class="row_off">
|
||||||
<description for="priority" value="Priority" width="0"/>
|
<description for="priority" value="Priority"/>
|
||||||
<menulist>
|
<menulist>
|
||||||
<menupopup type="select-priority" id="priority"/>
|
<menupopup type="select-priority" id="priority"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Options" width="0"/>
|
<description value="Options"/>
|
||||||
<checkbox statustext="A non blocking event will not conflict with other events" label="non blocking" id="non_blocking" options="1,0, ,disable"/>
|
<checkbox statustext="A non blocking event will not conflict with other events" label="non blocking" id="non_blocking" options="1,0, ,disable"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
@ -33,17 +33,17 @@
|
|||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
<vbox align="right" options="0,0" class="calendar_category_details">
|
<vbox align="right" options="0,0" class="calendar_category_details" height="240">
|
||||||
<description for="category" value="Categories" class="row_on"/>
|
<description for="category" value="Categories" class="row_on"/>
|
||||||
<listbox type="select-cat" id="category" rows="9"/>
|
<listbox type="select-cat" id="category" rows="9" height="230"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
</hbox>
|
</hbox>
|
||||||
</template>
|
</template>
|
||||||
<template id="calendar.edit.description" template="" lang="" group="0" version="1.0.1.001">
|
<template id="calendar.edit.description" template="" lang="" group="0" version="1.0.1.001">
|
||||||
<textbox multiline="true" id="description" rows="12" cols="70" width="99%" height="317"/>
|
<textbox multiline="true" id="description" rows="12" cols="70" width="99%" height="250"/>
|
||||||
</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="20" overflow="auto" id="participants">
|
<grid width="99%" height="250" overflow="auto" id="participants">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="85"/>
|
<column width="85"/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -97,7 +97,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="210">
|
<grid width="100%" height="250">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="95"/>
|
<column width="95"/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -157,7 +157,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="210" overflow="auto">
|
<grid width="100%" height="250" overflow="auto">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
</columns>
|
</columns>
|
||||||
@ -169,7 +169,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="210" overflow="auto">
|
<grid width="100%" height="250" overflow="auto">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="95"/>
|
<column width="95"/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -191,7 +191,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="calendar.edit.alarms" template="" lang="" group="0" version="1.9.001">
|
<template id="calendar.edit.alarms" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="100%" height="210" overflow="auto">
|
<grid width="100%" height="250" overflow="auto">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="120px" height="30px"/>
|
<column width="120px" height="30px"/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -257,7 +257,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="210" overflow="auto">
|
<grid width="100%" height="250" overflow="auto">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
</columns>
|
</columns>
|
||||||
@ -311,7 +311,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="246" span="all">
|
<tabbox id="tabs" height="260" span="all">
|
||||||
<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