mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
318 lines
11 KiB
XML
318 lines
11 KiB
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="calendar.edit.general" template="" lang="" group="0" version="1.3.002">
|
|
<grid width="100%" height="200">
|
|
<columns>
|
|
<column width="95"/>
|
|
<column width="50%"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="row">
|
|
<description options=",,,start" value="Start"/>
|
|
<date-time id="start" needed="1"/>
|
|
<checkbox id="whole_day" label="whole day" statustext="Event will occupy the whole day" options=",, ,disable"/>
|
|
</row>
|
|
<row class="row">
|
|
<description options=",,,duration" value="Duration"/>
|
|
<hbox options="0,0">
|
|
<menulist>
|
|
<menupopup id="duration" options="Use end date" no_lang="1" statustext="Duration of the meeting" onchange="set_style_by_class('table','end_hide','visibility',this.value == '' ? 'visible' : 'hidden'); if (this.value == '') document.getElementById(form::name('end[str]')).value = document.getElementById(form::name('start[str]')).value;"/>
|
|
</menulist>
|
|
<date-time id="end" class="end_hide"/>
|
|
</hbox>
|
|
<button label="Freetime search" id="freetime" statustext="Find free timeslots where the selected participants are availible for the given timespan" onclick="window.open(egw::link('/index.php','menuaction=calendar.uiforms.freetimesearch')+values2url(this.form,'start,end,duration,participants,recur_type,whole_day'),'ft_search','dependent=yes,width=700,height=500,scrollbars=yes,status=yes'); return false;"/>
|
|
</row>
|
|
<row class="row">
|
|
<description options=",,,location" value="Location"/>
|
|
<textbox size="80" maxlength="255" id="location" span="all"/>
|
|
</row>
|
|
<row class="row" valign="top" height="60">
|
|
<description options=",,,category" value="Category"/>
|
|
<listbox type="select-cat" rows="3" id="category" span="all"/>
|
|
</row>
|
|
<row class="row">
|
|
<description options=",,,priority" value="Priority"/>
|
|
<hbox options="0,0" span="all">
|
|
<menulist>
|
|
<menupopup type="select-priority" id="priority"/>
|
|
</menulist>
|
|
<checkbox label="non blocking" statustext="A non blocking event will not conflict with other events" id="non_blocking" options=",, ,disable"/>
|
|
</hbox>
|
|
</row>
|
|
<row class="row">
|
|
<description options=",,,public" value="Private"/>
|
|
<checkbox options="0,1" id="public" span="all"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="calendar.edit.description" template="" lang="" group="0" version="1.0.1.001">
|
|
<grid width="100%" height="200">
|
|
<columns>
|
|
<column width="95"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="row" valign="top">
|
|
<description options=",,,description" value="Description"/>
|
|
<textbox multiline="true" rows="12" cols="70" id="description"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="calendar.edit.participants" template="" lang="" group="0" version="1.3.001">
|
|
<grid width="100%" height="200" overflow="auto">
|
|
<columns>
|
|
<column width="95"/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<description value="Type"/>
|
|
<description value="Participants"/>
|
|
<description value="Quantity"/>
|
|
<description value="Status"/>
|
|
<description value="Delete"/>
|
|
</row>
|
|
<row class="row" disabled="@no_add">
|
|
<description value="New"/>
|
|
<vbox options="0,0">
|
|
<menulist>
|
|
<menupopup type="select-account" options="User or group,both" id="account"/>
|
|
</menulist>
|
|
<link-entry id="resource" options="@cal_resources"/>
|
|
</vbox>
|
|
<int options="1,,3" id="quantity"/>
|
|
<button label="Add" id="add"/>
|
|
<description/>
|
|
</row>
|
|
<row valign="top">
|
|
<description id="${row}[app]"/>
|
|
<description rows="1" cols="2" id="${row}[title]" no_lang="1"/>
|
|
<int id="${row}[quantity]" options="1,,3"/>
|
|
<menulist>
|
|
<menupopup id="${row}[status]" no_lang="1"/>
|
|
</menulist>
|
|
<checkbox rows="1" cols="2" id="delete[$row_cont[uid]]" align="center"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="calendar.edit.recurrence" template="" lang="" group="0" version="1.3.001">
|
|
<grid width="100%" height="200">
|
|
<columns>
|
|
<column width="95"/>
|
|
<column/>
|
|
<column/>
|
|
<column width="50%"/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th" height="12">
|
|
<description span="all" value="Repeating Event Information"/>
|
|
</row>
|
|
<row class="row" height="12">
|
|
<description options=",,,recur_type" value="Repeat type"/>
|
|
<menulist>
|
|
<menupopup id="recur_type"/>
|
|
</menulist>
|
|
<description options=",,,recur_interval" value="Interval"/>
|
|
<menulist>
|
|
<menupopup type="select-number" id="recur_interval" statustext="repeating interval, eg. 2 to repeat every second week" options="None,2,10"/>
|
|
</menulist>
|
|
</row>
|
|
<row class="row" height="12">
|
|
<description options=",,,recur_enddate" value="End date"/>
|
|
<date id="recur_enddate" statustext="repeat the event until which date (empty means unlimited)" span="all"/>
|
|
</row>
|
|
<row class="row" valign="top">
|
|
<description options=",,,recur_data" value="Repeat days"/>
|
|
<listbox type="select-dow" rows="6" options="1" id="recur_data" statustext="Days of the week for a weekly repeated event"/>
|
|
<vbox options="0,0">
|
|
<description value="Exceptions"/>
|
|
<button id="button[exception]" label="@exception_label" statustext="Create an exception for the given date" no_lang="1"/>
|
|
</vbox>
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<date-time id="$row" readonly="true"/>
|
|
<button label="Delete" image="delete" id="delete_exception[$row_cont]" statustext="Delete this exception" onclick="return confirm('Delete this exception');"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="calendar.edit.custom" template="" lang="" group="0" version="1.0.1.001">
|
|
<grid width="100%" height="200" overflow="auto">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row valign="top">
|
|
<customfields id="customfields"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="calendar.edit.links" template="" lang="" group="0" version="1.0.1.001">
|
|
<grid width="100%" height="200" overflow="auto">
|
|
<columns>
|
|
<column width="95"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th" disabled="@view">
|
|
<description span="all" value="Create new links"/>
|
|
</row>
|
|
<row class="row" disabled="@view">
|
|
<link-to span="all" id="link_to"/>
|
|
</row>
|
|
<row class="th">
|
|
<description span="all" value="Existing links"/>
|
|
</row>
|
|
<row class="row_off" valign="top">
|
|
<link-list span="all" id="link_to"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="calendar.edit.alarms" template="" lang="" group="0" version="1.0.1.001">
|
|
<grid width="100%" height="200" overflow="auto">
|
|
<columns>
|
|
<column width="95"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="row" height="20" disabled="@no_add_alarm">
|
|
<description value="before the event"/>
|
|
<hbox>
|
|
<menulist>
|
|
<menupopup type="select-number" options=",0,7" id="new_alarm[days]"/>
|
|
</menulist>
|
|
<description options=",,,new_alarm[days]" value="days"/>
|
|
<menulist>
|
|
<menupopup type="select-number" id="new_alarm[hours]" options=",0,23"/>
|
|
</menulist>
|
|
<description options=",,,new_alarm[hours]" value="hours"/>
|
|
<menulist>
|
|
<menupopup type="select-number" id="new_alarm[mins]" options=",0,55,5"/>
|
|
</menulist>
|
|
<description options=",,,new_alarm[mins]" value="Minutes"/>
|
|
<menulist>
|
|
<menupopup id="new_alarm[owner]" no_lang="1" label="for" statustext="Select who should get the alarm"/>
|
|
</menulist>
|
|
<button id="button[add_alarm]" label="Add alarm"/>
|
|
</hbox>
|
|
</row>
|
|
<row valign="top" disabled="!@alarm">
|
|
<description value="Alarms"/>
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<description value="Time"/>
|
|
<description value="before the event"/>
|
|
<description value="All participants"/>
|
|
<description value="Owner"/>
|
|
<description value="Action"/>
|
|
</row>
|
|
<row class="row">
|
|
<date-time id="${row}[time]" readonly="true"/>
|
|
<description id="${row}[offset]" no_lang="1"/>
|
|
<checkbox align="center" id="${row}[all]" readonly="true"/>
|
|
<menulist>
|
|
<menupopup type="select-account" id="${row}[owner]" readonly="true"/>
|
|
</menulist>
|
|
<button image="delete" label="Delete" align="center" id="delete_alarm[$row_cont[id]]" statustext="Delete this alarm" onclick="return confirm('Delete this alarm');"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="calendar.edit" template="" lang="" group="0" version="1.3.002">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column width="100"/>
|
|
<column width="300"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row disabled="!@msg">
|
|
<description span="all" class="redItalic" id="msg" no_lang="1" align="center"/>
|
|
<description/>
|
|
<description/>
|
|
</row>
|
|
<row class="th" height="28">
|
|
<description value="Title"/>
|
|
<textbox size="80" maxlength="255" id="title" span="all" needed="1"/>
|
|
</row>
|
|
<row>
|
|
<tabbox span="all">
|
|
<tabs>
|
|
<tab label="General" statustext="Location, Start- and Endtimes, ..."/>
|
|
<tab label="Description" statustext="Full description"/>
|
|
<tab label="Participants" statustext="Participants, Resources, ..."/>
|
|
<tab label="Recurrence" statustext="Repeating Event Information"/>
|
|
<tab label="Custom" statustext="Custom fields"/>
|
|
<tab label="Links" statustext="Links, Attachments"/>
|
|
<tab label="Alarms" statustext="Alarm management"/>
|
|
</tabs>
|
|
<tabpanels>
|
|
<template id="calendar.edit.general"/>
|
|
<template id="calendar.edit.description"/>
|
|
<template id="calendar.edit.participants"/>
|
|
<template id="calendar.edit.recurrence"/>
|
|
<template id="calendar.edit.custom"/>
|
|
<template id="calendar.edit.links"/>
|
|
<template id="calendar.edit.alarms"/>
|
|
</tabpanels>
|
|
</tabbox>
|
|
</row>
|
|
<row disabled="!@owner">
|
|
<description value="Owner"/>
|
|
<menulist>
|
|
<menupopup type="select-account" id="owner" readonly="true"/>
|
|
</menulist>
|
|
<hbox align="right">
|
|
<date-time label="Updated" id="modified" readonly="true" no_lang="1"/>
|
|
<menulist>
|
|
<menupopup type="select-account" label="by" id="modifier" readonly="true"/>
|
|
</menulist>
|
|
</hbox>
|
|
</row>
|
|
<row>
|
|
<hbox span="2">
|
|
<button label="Save" id="button[save]" statustext="saves the changes made"/>
|
|
<button id="button[apply]" label="Apply" statustext="apply the changes"/>
|
|
<button id="button[cancel]" label="Cancel" onclick="window.close();" statustext="Close the window"/>
|
|
<menulist>
|
|
<menupopup id="action" statustext="Execute a further action for this entry" options="Actions..." onchange="this.form.submit(); this.value='';"/>
|
|
</menulist>
|
|
</hbox>
|
|
<button label="Delete" id="button[delete]" statustext="Delete this event" onclick="return confirm('Delete this event');" align="right"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<styles>
|
|
.end_hide { visibility: visible; white-space: nowrap; margin-left: 10px; }
|
|
</styles>
|
|
</template>
|
|
</overlay> |