2015-02-17 10:55:05 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2017-02-01 09:59:37 +01:00
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
2002-10-06 10:51:46 +02:00
<!-- $Id$ -->
<overlay>
2009-05-22 15:26:42 +02:00
<template id="infolog.edit.description" template="" lang="" group="0" version="1.6.001">
2015-05-29 11:18:33 +02:00
<textbox multiline="true" id="info_des" no_lang="1" width="99.7%" height="245px"/>
2019-03-11 21:15:28 +01:00
<checkbox id="clean_history"/>
2005-07-14 19:12:50 +02:00
</template>
2007-04-26 14:49:44 +02:00
<template id="infolog.edit.links" template="" lang="" group="0" version="1.3.001">
2014-12-05 18:29:41 +01:00
<grid width="100%" overflow="auto">
2005-07-14 19:12:50 +02:00
<columns>
2014-04-30 13:04:48 +02:00
<column width="99%"/>
2005-07-14 19:12:50 +02:00
<column/>
</columns>
<rows>
<row class="row" disabled="@status_only">
2011-06-28 18:22:04 +02:00
<link-to id="link_to" span="all"/>
2005-07-14 19:12:50 +02:00
</row>
<row class="th">
2011-06-28 18:22:04 +02:00
<description value="Existing links" span="all"/>
2005-07-14 19:12:50 +02:00
</row>
2005-11-12 14:25:59 +01:00
<row class="row_off" valign="top">
2011-06-28 18:22:04 +02:00
<link-list id="link_to" span="all"/>
2005-07-14 19:12:50 +02:00
</row>
</rows>
</grid>
</template>
2009-05-22 15:26:42 +02:00
<template id="infolog.edit.project" template="" lang="" group="0" version="1.5.004">
2014-12-05 18:29:41 +01:00
<grid width="100%">
2006-02-04 08:49:47 +01:00
<columns>
2016-04-11 16:08:01 +02:00
<column width="100" class="infolog_normalWrap"/>
<column width="115"/>
2014-03-12 12:19:07 +01:00
<column width="100"/>
2016-04-11 16:08:01 +02:00
<column width="400"/>
2006-02-04 08:49:47 +01:00
</columns>
<rows>
<row class="row">
<description value="Project"/>
2017-11-24 15:19:20 +01:00
<link-entry span="2" id="pm_id" only_app='projectmanager' onchange="app.infolog.submit_if_not_empty" blur="None" class="infolog_projectName" width="99%"/>
2016-04-11 16:08:01 +02:00
<description/>
2006-02-04 08:49:47 +01:00
</row>
<row class="row">
<description value="Price"/>
2014-06-04 17:14:14 +02:00
<projectmanager-pricelist id="pl_id" onchange="window.app.infolog.et2.getWidgetById('info_price').set_value(this.options[this.selectedIndex].text.lastIndexOf('(') < 0 ? '' : this.options[this.selectedIndex].text.slice(this.options[this.selectedIndex].text.lastIndexOf('(')+1,-1));" options="None" class="et2_fullWidth"/>
2014-03-12 12:19:07 +01:00
<textbox type="float" id="info_price" class="et2_fullWidth"/>
<description/>
2005-07-14 19:12:50 +02:00
</row>
<row class="row">
2012-02-22 13:31:00 +01:00
<description value="planned time" for="info_planned_time"/>
2016-04-11 16:08:01 +02:00
<date-duration span="2" id="info_planned_time" display_format="$cont[duration_format]" class="infolog_date_duration et2_fullWidth" hours_per_day="$cont[hours_per_workday]"/>
2014-03-12 12:19:07 +01:00
<description/>
2005-07-14 19:12:50 +02:00
</row>
2009-05-22 15:26:42 +02:00
<row class="row">
2012-02-22 13:31:00 +01:00
<description value="Re-planned time" for="info_replanned_time"/>
2016-04-11 16:08:01 +02:00
<date-duration span="2" id="info_replanned_time" display_format="$cont[duration_format]" class="infolog_date_duration et2_fullWidth" hours_per_day="$cont[hours_per_workday]"/>
2014-03-12 12:19:07 +01:00
<description/>
2009-05-22 15:26:42 +02:00
</row>
2006-02-04 08:49:47 +01:00
<row class="row" valign="top" height="60%">
2012-02-22 13:31:00 +01:00
<description statustext="Leave blank to get the used time calculated by timesheet entries" value="used time" for="info_used_time"/>
2016-04-11 16:08:01 +02:00
<date-duration span="2" id="info_used_time" display_format="$cont[duration_format]" class="infolog_date_duration et2_fullWidth" hours_per_day="$cont[hours_per_workday]"/>
2014-03-12 12:19:07 +01:00
<description/>
2005-07-14 19:12:50 +02:00
</row>
</rows>
</grid>
</template>
2005-10-05 09:50:47 +02:00
<template id="infolog.edit.customfields" template="" lang="" group="0" version="1.0.1.001">
2018-07-19 16:46:07 +02:00
<customfields type_filter="@info_type"/>
2005-07-14 19:12:50 +02:00
</template>
2007-06-13 23:37:05 +02:00
<template id="infolog.edit.history" template="" lang="" group="0" version="1.3.002">
2015-02-25 17:30:49 +01:00
<historylog id="history" width="100%"/>
2014-03-06 15:39:15 +01:00
</template>
<template id="infolog.edit.details" template="" lang="" group="0" version="1.9.001">
2014-12-05 18:29:41 +01:00
<grid width="100%">
2007-06-13 23:37:05 +02:00
<columns>
2014-03-12 12:19:07 +01:00
<column width="46%"/>
2016-04-11 16:08:01 +02:00
<column width="60"/>
2014-03-12 12:19:07 +01:00
<column width="49%"/>
2007-06-13 23:37:05 +02:00
</columns>
<rows>
2014-03-06 15:39:15 +01:00
<row height="20" class="th">
<description value="Delegation" class="et2_fullWidth"/>
2014-03-12 12:19:07 +01:00
<description/>
2014-03-11 17:51:36 +01:00
<description value="Details" class="et2_fullWidth"/>
2014-03-06 15:39:15 +01:00
</row>
2014-03-12 12:19:07 +01:00
<row valign="top">
2014-03-06 15:39:15 +01:00
<grid>
<columns>
2016-04-11 16:08:01 +02:00
<column width="120"/>
<column width="250"/>
2014-03-06 15:39:15 +01:00
</columns>
<rows>
<row>
<description value="CC"/>
2016-04-11 16:08:01 +02:00
<taglist-email id="info_cc" class="et2_fullWidth"/>
2014-03-06 15:39:15 +01:00
</row>
<row class="row" valign="top">
<description value="Responsible" for="info_responsible"/>
2017-06-07 23:15:13 +02:00
<taglist-account statustext="select a responsible user: a person you want to delegate this task" id="info_responsible" rows="6" multiple="true" no_lang="1" class="et2_fullWidth" account_type="both" empty_label="Select users or groups" onchange="app.infolog.onchangeResponsible"/>
2014-03-06 15:39:15 +01:00
</row>
</rows>
</grid>
2014-03-12 12:19:07 +01:00
<description/>
2014-03-06 15:39:15 +01:00
<grid>
<columns>
2016-04-11 16:08:01 +02:00
<column width="120"/>
<column width="230"/>
2014-03-06 15:39:15 +01:00
</columns>
<rows>
<row>
<description value="Category" for="info_cat"/>
2014-03-10 10:14:53 +01:00
<menulist class="et2_fullWidth">
2014-03-06 15:39:15 +01:00
<menupopup type="select-cat" statustext="select a category for this entry" id="info_cat" options="None"/>
</menulist>
</row>
<row >
<description value="Parent" font_style="1"/>
2018-10-24 19:10:48 +02:00
<link-entry id="info_id_parent" onchange="if(egw && widget) { if(widget._oldValue) window.opener.egw.dataStoreUID(egw.appName+"::"+widget._oldValue,false);window.opener.egw.dataStoreUID(egw.appName+"::"+widget.getValue(),false);}" options="infolog" class="et2_fullWidth" query="app.infolog.parent_query" />
2014-03-06 15:39:15 +01:00
</row>
<row class="row">
<description value="Priority" for="info_priority"/>
2014-03-10 10:14:53 +01:00
<menulist class="et2_fullWidth">
2014-03-06 15:39:15 +01:00
<menupopup statustext="select a priority for this task" id="info_priority"/>
</menulist>
</row>
<row>
<description value="Date completed" for="info_datecompleted"/>
2014-03-10 10:14:53 +01:00
<date-time statustext="Date completed (leave it empty to have it automatic set if status is done or billed)" id="info_datecompleted" onchange="app.infolog.status_changed(this.id, form::name('info_status'), form::name('info_percent'), form::name('info_datecompleted'))" class="et2_fullWidth"/>
2014-03-06 15:39:15 +01:00
</row>
<row class="row">
<description value="Location" for="info_location"/>
2014-03-10 10:14:53 +01:00
<textbox id="info_location" size="60" maxlength="255" class="et2_fullWidth"/>
2014-03-06 15:39:15 +01:00
</row>
<row>
<description value="Private" for="info_access"/>
<checkbox statustext="should this entry only be visible to you and people you grant privat access via the ACL" id="info_access" options="private,public"/>
</row>
</rows>
</grid>
2007-06-13 23:37:05 +02:00
</row>
</rows>
</grid>
</template>
2012-07-11 21:02:07 +02:00
<template id="infolog.edit" template="" lang="" group="0" version="1.9.101">
2005-07-14 19:12:50 +02:00
<grid width="100%">
<columns>
2016-04-11 16:08:01 +02:00
<column width="100"/>
<column width="215"/>
2014-03-12 12:19:07 +01:00
<column width="30"/>
2016-04-11 16:08:01 +02:00
<column width="100"/>
<column width="135"/>
2014-03-06 15:39:15 +01:00
<column width="30"/>
<column width="50"/>
2005-07-14 19:12:50 +02:00
</columns>
<rows>
2014-03-11 13:34:29 +01:00
<row class="dialogHeader">
2014-03-05 16:26:27 +01:00
<description value="Title" for="info_subject"/>
2016-04-11 16:08:01 +02:00
<textbox statustext="a short subject for the entry" id="info_subject" class="et2_fullWidth et2_required" maxlength="255" span="4" tabindex="1"/>
2014-03-12 12:52:02 +01:00
<textbox type="integer" id="info_number" readonly="true"/>
2014-03-12 12:19:07 +01:00
<appicon src="infolog" for="info_number"/>
2014-03-05 16:26:27 +01:00
</row>
2014-03-11 13:34:29 +01:00
<row class="dialogHeader2">
2014-03-06 15:39:15 +01:00
<description value="Type" for="info_type"/>
2014-03-10 10:14:53 +01:00
<menulist class="et2_fullWidth">
2014-04-02 20:50:20 +02:00
<menupopup statustext="Type of the log-entry: Note, Phonecall or ToDo" id="info_type" no_lang="1" onchange="widget.getInstanceManager().submit(null,false,true); return false;" />
2014-03-10 10:14:53 +01:00
</menulist>
2014-03-12 12:19:07 +01:00
<description/>
2016-07-26 17:05:24 +02:00
<description value="Startdate" for="info_startdate"/>
<date-time statustext="when should the ToDo or Phonecall be started, it shows up from that date in the filter open or own open (startpage)" id="info_startdate" class="et2_fullWidth"/>
2005-07-14 19:12:50 +02:00
</row>
2014-03-11 17:51:36 +01:00
<row class="dialogHeader3">
2016-07-26 17:05:24 +02:00
<description value="Contact"/>
2017-09-13 18:21:50 +02:00
<link-entry id="info_contact" app_icons="true"/>
2014-03-12 12:19:07 +01:00
<description/>
2014-03-05 16:26:27 +01:00
<description value="Enddate" for="info_enddate"/>
2014-03-12 12:19:07 +01:00
<date-time statustext="til when should the ToDo or Phonecall be finished" id="info_enddate" class="et2_fullWidth" span="4"/>
2005-07-14 19:12:50 +02:00
</row>
2015-05-28 16:40:33 +02:00
<row class="et2_toolbar">
2018-09-20 10:38:04 +02:00
<description id="spacer" span="6"/>
<hbox class="tab_toolbar">
<timestamper statustext="Insert timestamp into description field" id="timestamp" class="infologExtraButton infologTimestamp" target="info_des"/>
<buttononly statustext="Encrypt description" id="encrypt" class="infologExtraButton infologEncrypt" background_image="1" image="lock" onclick="app.infolog.toggleEncrypt"/>
</hbox>
2015-05-28 16:40:33 +02:00
</row>
2014-12-05 18:29:41 +01:00
<row>
2015-02-25 17:30:49 +01:00
<tabbox id="tabs" class="et2_nowrap" span="all" width="100%" tab_height="250px">
2005-07-14 19:12:50 +02:00
<tabs>
2012-02-22 13:31:00 +01:00
<tab id="description" label="Description" statustext="longer textual description"/>
2014-03-05 16:26:27 +01:00
<tab id="details" label="Details" statustext="Location, priority , ..."/>
2012-02-22 13:31:00 +01:00
<tab id="links" label="Links" statustext="Links of this entry"/>
<tab id="project" label="Projectmanager" statustext="Project settings: price, times"/>
<tab id="customfields" label="Customfields" statustext="Custom fields"/>
<tab id="history" label="History" statustext="Change history"/>
2005-07-14 19:12:50 +02:00
</tabs>
<tabpanels>
<template id="infolog.edit.description"/>
2014-03-05 16:26:27 +01:00
<template id="infolog.edit.details"/>
2005-07-14 19:12:50 +02:00
<template id="infolog.edit.links"/>
2006-02-04 08:49:47 +01:00
<template id="infolog.edit.project"/>
2005-07-14 19:12:50 +02:00
<template id="infolog.edit.customfields"/>
2007-06-13 23:37:05 +02:00
<template id="infolog.edit.history"/>
2005-07-14 19:12:50 +02:00
</tabpanels>
</tabbox>
</row>
2005-11-12 14:25:59 +01:00
<row class="th" disabled="1">
2011-06-28 18:22:04 +02:00
<description value="Dates, Status, Access" span="all"/>
2005-07-14 19:12:50 +02:00
</row>
2014-03-11 13:34:29 +01:00
<row class="dialogOperators">
2012-02-22 13:31:00 +01:00
<description value="Status" for="info_status"/>
2014-03-06 15:39:15 +01:00
<menulist class="et2_fullWidth">
2013-08-27 12:46:42 +02:00
<menupopup statustext="@status_help" id="info_status" onchange="app.infolog.status_changed(this.id, form::name('info_status'), form::name('info_percent'), form::name('info_datecompleted'))"/>
2006-03-17 21:53:26 +01:00
</menulist>
2014-03-12 12:19:07 +01:00
<description/>
2012-02-22 13:31:00 +01:00
<description value="Completed" for="info_percent"/>
2016-04-11 16:08:01 +02:00
<menulist class="et2_fullWidth">
2013-08-27 12:46:42 +02:00
<menupopup type="select-percent" statustext="Percent completed" id="info_percent" onchange="app.infolog.status_changed(this.id, form::name('info_status'), form::name('info_percent'), form::name('info_datecompleted'))"/>
2005-07-14 19:12:50 +02:00
</menulist>
2006-03-17 21:53:26 +01:00
</row>
2014-03-11 17:51:36 +01:00
<row disabled="!@info_owner" class="dialogOperators">
2005-07-14 19:12:50 +02:00
<description value="Owner"/>
2014-03-12 12:19:07 +01:00
<hbox width="100%">
<menulist>
2012-02-22 13:31:00 +01:00
<menupopup type="select-account" id="info_owner" readonly="true"/>
</menulist>
2014-03-12 12:19:07 +01:00
<date-time id="info_created" readonly="true" align="right"/>
2014-03-10 10:14:53 +01:00
</hbox>
2014-03-12 12:19:07 +01:00
<description/>
2005-07-14 19:12:50 +02:00
<description value="Last modified"/>
2016-04-11 16:08:01 +02:00
<hbox width="100%">
2005-07-14 19:12:50 +02:00
<menulist>
<menupopup type="select-account" id="info_modifier" readonly="true"/>
</menulist>
2014-03-12 12:19:07 +01:00
<date-time id="info_datemodified" readonly="true" align="right"/>
2014-03-10 10:14:53 +01:00
</hbox>
2005-07-14 19:12:50 +02:00
</row>
2014-03-11 13:34:29 +01:00
<row class="dialogFooterToolbar">
2018-09-17 10:36:31 +02:00
<hbox span="6">
2013-11-21 05:18:09 +01:00
<button statustext="Saves this entry" label="Save" id="button[save]" image="save" background_image="1"/>
<button statustext="Apply the changes" label="Apply" id="button[apply]" image="apply" background_image="1"/>
<button statustext="leave without saveing the entry" label="Cancel" id="button[cancel]" onclick="window.close();" image="cancel" background_image="1"/>
2009-12-11 09:34:47 +01:00
<menulist>
2013-08-27 12:46:42 +02:00
<menupopup statustext="Execute a further action for this entry" id="action" onchange="app.infolog.edit_actions()" options="Actions..."/>
2009-12-11 09:34:47 +01:00
</menulist>
2016-06-28 17:17:05 +02:00
<checkbox label="Do not notify" id="no_notifications" statustext="Do not notify of these changes"/>
2005-11-12 14:25:59 +01:00
</hbox>
2014-03-06 15:39:15 +01:00
<button align="right" statustext="delete this entry" label="Delete" id="button[delete]" onclick="if($cont[info_anz_subs]) return $cont[info_anz_subs]; et2_dialog.confirm(widget,'Delete this entry','Delete');" image="delete" background_image="1" span="all"/>
2005-07-14 19:12:50 +02:00
</row>
</rows>
</grid>
</template>
2013-09-19 14:52:50 +02:00
</overlay>