2015-02-17 10:55:05 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2023-01-01 18:49:31 +01:00
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
2002-10-06 10:51:46 +02:00
<overlay>
2009-05-22 15:26:42 +02:00
<template id="infolog.edit.description" template="" lang="" group="0" version="1.6.001">
2023-01-01 18:49:31 +01:00
<et2-textarea id="info_des" noLang="1"></et2-textarea>
<et2-checkbox id="clean_history"></et2-checkbox>
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">
2023-01-01 18:49:31 +01:00
<et2-link-to id="link_to" span="all"></et2-link-to>
2005-07-14 19:12:50 +02:00
</row>
<row class="th">
2023-01-01 18:49:31 +01:00
<et2-description value="Existing links" span="all"></et2-description>
2005-07-14 19:12:50 +02:00
</row>
2005-11-12 14:25:59 +01:00
<row class="row_off" valign="top">
2023-01-01 18:49:31 +01:00
<et2-link-list id="link_to" span="all"></et2-link-list>
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">
2023-01-01 18:49:31 +01:00
<et2-description value="Project"></et2-description>
<et2-link-entry span="2" id="pm_id" onchange="app.infolog.submit_if_not_empty" class="infolog_projectName" onlyApp="projectmanager" placeholder="None"></et2-link-entry>
<et2-description></et2-description>
2006-02-04 08:49:47 +01:00
</row>
<row class="row">
2023-01-01 18:49:31 +01:00
<et2-description value="Price"></et2-description>
2022-09-06 17:23:56 +02:00
<projectmanager-pricelist id="pl_id"
2023-04-06 00:42:50 +02:00
onchange="let option = this.select_options.find(e=>e.value == this.value) || {label:''};window.app.infolog.et2.getWidgetById('info_price').set_value(option.label.lastIndexOf('(') < 0 ? '' : option.label.slice(option.label.lastIndexOf('(')+1,-1));"
2022-09-06 17:23:56 +02:00
emptyLabel="None" class="et2_fullWidth"/>
2023-01-01 18:49:31 +01:00
<et2-number id="info_price"></et2-number>
<et2-description></et2-description>
2005-07-14 19:12:50 +02:00
</row>
<row class="row">
2023-01-01 18:49:31 +01:00
<et2-description value="planned time" for="info_planned_time"></et2-description>
<et2-date-duration span="2" id="info_planned_time" class="infolog_date_duration" displayFormat="$cont[duration_format]" hoursPerDay="$cont[hours_per_workday]"></et2-date-duration>
<et2-description></et2-description>
2005-07-14 19:12:50 +02:00
</row>
2009-05-22 15:26:42 +02:00
<row class="row">
2023-01-01 18:49:31 +01:00
<et2-description value="Re-planned time" for="info_replanned_time"></et2-description>
<et2-date-duration span="2" id="info_replanned_time" class="infolog_date_duration" displayFormat="$cont[duration_format]" hoursPerDay="$cont[hours_per_workday]"></et2-date-duration>
<et2-description></et2-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%">
2023-01-01 18:49:31 +01:00
<et2-description statustext="Leave blank to get the used time calculated by timesheet entries" value="used time" for="info_used_time"></et2-description>
<et2-date-duration span="2" id="info_used_time" class="infolog_date_duration" displayFormat="$cont[duration_format]" hoursPerDay="$cont[hours_per_workday]"></et2-date-duration>
<et2-description></et2-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%">
2022-07-20 01:00:16 +02:00
<columns>
2022-08-03 10:57:49 +02:00
<column width="370"/>
<column width="40"/>
<column width="390"/>
2022-07-20 01:00:16 +02:00
</columns>
<rows>
<row height="20" class="th">
2023-01-01 18:49:31 +01:00
<et2-description value="Delegation"></et2-description>
<et2-description></et2-description>
<et2-description value="Details"></et2-description>
2022-07-20 01:00:16 +02:00
</row>
<row valign="top">
2023-01-01 18:49:31 +01:00
<et2-vbox>
<et2-select-email id="info_cc" class="et2-label-fixed" label="CC" multiple="true" searchUrl="EGroupware\Api\Etemplate\Widget\Taglist::ajax_email"></et2-select-email>
2022-07-20 01:00:16 +02:00
2023-01-01 18:49:31 +01:00
<et2-select-account label="Responsible" statustext="select a responsible user: a person you want to delegate this task" id="info_responsible" rows="6" multiple="1" class="et2-label-fixed" onchange="app.infolog.onchangeResponsible" placeholder="Select users or groups" noLang="1" accountType="both"></et2-select-account>
</et2-vbox>
<et2-description></et2-description>
2022-07-20 01:00:16 +02:00
<grid>
<columns>
<column width="120"/>
<column width="230"/>
</columns>
<rows>
<row>
2023-01-01 18:49:31 +01:00
<et2-description value="Category" for="info_cat"></et2-description>
<et2-select-cat statustext="select a category for this entry" id="info_cat" emptyLabel="None"></et2-select-cat>
2022-07-20 01:00:16 +02:00
</row>
<row>
2023-01-01 18:49:31 +01:00
<et2-description value="Parent" fontStyle="1"></et2-description>
<et2-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);}" query="app.infolog.parent_query" onlyApp="infolog"></et2-link-entry>
2022-07-20 01:00:16 +02:00
</row>
<row class="row">
2023-01-01 18:49:31 +01:00
<et2-description value="Priority" for="info_priority"></et2-description>
<et2-select statustext="select a priority for this task" id="info_priority"></et2-select>
2022-07-20 01:00:16 +02:00
</row>
<row>
2023-01-01 18:49:31 +01:00
<et2-description value="Date completed" for="info_datecompleted"></et2-description>
<et2-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.statusChanged"></et2-date-time>
2022-07-20 01:00:16 +02:00
</row>
<row class="row">
2023-01-01 18:49:31 +01:00
<et2-description value="Location" for="info_location"></et2-description>
<et2-textbox id="info_location" maxlength="255"></et2-textbox>
2022-07-20 01:00:16 +02:00
</row>
<row>
2023-01-01 18:49:31 +01:00
<et2-description value="Private" for="info_access"></et2-description>
<et2-checkbox
statustext="should this entry only be visible to you and people you grant privat access via the ACL" id="info_access" selectedValue="private" unselectedValue="public" ></et2-checkbox>
2022-07-20 01:00:16 +02:00
</row>
</rows>
</grid>
</row>
</rows>
</grid>
2007-06-13 23:37:05 +02:00
</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"/>
2022-08-03 10:57:49 +02:00
<column width="270"/>
<column width="40"/>
2016-04-11 16:08:01 +02:00
<column width="100"/>
2022-08-03 10:57:49 +02:00
<column width="250"/>
<column width="40"/>
2005-07-14 19:12:50 +02:00
</columns>
<rows>
2014-03-11 13:34:29 +01:00
<row class="dialogHeader">
2023-01-01 18:49:31 +01:00
<et2-description value="Title" for="info_subject"></et2-description>
<et2-hbox span="4">
<et2-textbox statustext="a short subject for the entry" id="info_subject" class="et2_required" maxlength="255" tabindex="1"></et2-textbox>
<et2-description id="info_id" readonly="true" width="5em"></et2-description>
</et2-hbox>
<et2-appicon src="infolog" for="info_id"></et2-appicon>
2014-03-05 16:26:27 +01:00
</row>
2014-03-11 13:34:29 +01:00
<row class="dialogHeader2">
2023-01-01 18:49:31 +01:00
<et2-description value="Type" for="info_type"></et2-description>
<et2-select statustext="Type of the log-entry: Note, Phonecall or ToDo" id="info_type" onchange="widget.getInstanceManager().submit(null,false,true); return false;" noLang="1"></et2-select>
<et2-description></et2-description>
<et2-description value="Startdate" for="info_startdate"></et2-description>
<et2-date-time id="info_startdate" statustext="when should the ToDo or Phonecall be started, it shows up from that date in the filter open or own open (startpage)"></et2-date-time>
<et2-description></et2-description>
2005-07-14 19:12:50 +02:00
</row>
2014-03-11 17:51:36 +01:00
<row class="dialogHeader3">
2023-01-01 18:49:31 +01:00
<et2-description value="Contact"></et2-description>
<et2-link-entry id="info_contact" appIcons="true"></et2-link-entry>
<et2-description></et2-description>
<et2-description value="Enddate" for="info_enddate"></et2-description>
<et2-date-time statustext="til when should the ToDo or Phonecall be finished" id="info_enddate"></et2-date-time>
<et2-description></et2-description>
2005-07-14 19:12:50 +02:00
</row>
2015-05-28 16:40:33 +02:00
<row class="et2_toolbar">
2023-01-01 18:49:31 +01:00
<et2-description id="spacer" span="5"></et2-description>
<et2-hbox class="tab_toolbar">
2022-09-08 21:14:55 +02:00
2023-01-01 18:49:31 +01:00
<et2-button-timestamp parentId="infolog-edit_tabs" slot="nav" statustext="Insert timestamp into description field" id="timestamp" class="infologExtraButton infologTimestamp" target="info_des"></et2-button-timestamp>
<et2-button parentId="infolog-edit_tabs" slot="nav" statustext="Encrypt description" id="encrypt" class="infologExtraButton infologEncrypt" image="lock" onclick="app.infolog.toggleEncrypt" noSubmit="true"></et2-button>
</et2-hbox>
2015-05-28 16:40:33 +02:00
</row>
2014-12-05 18:29:41 +01:00
<row>
2023-01-01 18:49:31 +01:00
<et2-tabbox id="tabs" span="all" width="100%" tabHeight="350px">
2022-08-02 19:36:10 +02:00
<tabs>
<tab id="description" label="Description" statustext="longer textual description"/>
<tab id="details" label="Details" statustext="Location, priority , ..."/>
<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"/>
</tabs>
<tabpanels>
<template id="infolog.edit.description"/>
2022-09-08 21:14:55 +02:00
<template id="infolog.edit.details"/>
<template id="infolog.edit.links"/>
<template id="infolog.edit.project"/>
<template id="infolog.edit.customfields"/>
<template id="infolog.edit.history"/>
</tabpanels>
2023-01-01 18:49:31 +01:00
</et2-tabbox>
2022-09-08 21:14:55 +02:00
</row>
2014-03-11 13:34:29 +01:00
<row class="dialogOperators">
2023-01-01 18:49:31 +01:00
<et2-description value="Status" for="info_status"></et2-description>
<et2-select statustext="@status_help" id="info_status" onchange="app.infolog.statusChanged"></et2-select>
<et2-description></et2-description>
<et2-description value="Completed" for="info_percent"></et2-description>
<et2-select-percent statustext="Percent completed" id="info_percent" onchange="app.infolog.statusChanged"></et2-select-percent>
<et2-description></et2-description>
2006-03-17 21:53:26 +01:00
</row>
2014-03-11 17:51:36 +01:00
<row disabled="!@info_owner" class="dialogOperators">
2023-01-01 18:49:31 +01:00
<et2-description value="Owner"></et2-description>
<et2-hbox>
<et2-select-account id="info_owner" readonly="true"></et2-select-account>
<et2-date-time id="info_created" readonly="true" align="right"></et2-date-time>
</et2-hbox>
<et2-description></et2-description>
<et2-description value="Last modified"></et2-description>
<et2-hbox>
<et2-select-account id="info_modifier" readonly="true"></et2-select-account>
<et2-date-time id="info_datemodified" readonly="true" align="right"></et2-date-time>
</et2-hbox>
<et2-description></et2-description>
2005-07-14 19:12:50 +02:00
</row>
2014-03-11 13:34:29 +01:00
<row class="dialogFooterToolbar">
2023-01-01 18:49:31 +01:00
<et2-hbox span="all">
<et2-button statustext="Saves this entry" label="Save" id="button[save]" image="save"></et2-button>
<et2-button statustext="Apply the changes" label="Apply" id="button[apply]" image="apply"></et2-button>
<et2-button statustext="leave without saveing the entry" label="Cancel" id="button[cancel]" onclick="window.close();" image="cancel"></et2-button>
<et2-select statustext="Execute a further action for this entry" id="action" onchange="app.infolog.edit_actions()" emptyLabel="Actions..."></et2-select>
<et2-checkbox label="Do not notify" id="no_notifications" statustext="Do not notify of these changes"></et2-checkbox>
<et2-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"></et2-button>
</et2-hbox>
2021-09-13 19:50:36 +02:00
</row>
2005-07-14 19:12:50 +02:00
</rows>
</grid>
</template>
2023-01-01 18:49:31 +01:00
</overlay>