mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
249 lines
13 KiB
XML
249 lines
13 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="infolog.edit.description" template="" lang="" group="0" version="1.6.001">
|
|
<textbox id="info_des" no_lang="1" multiline="true"/>
|
|
<checkbox id="clean_history"/>
|
|
</template>
|
|
<template id="infolog.edit.links" template="" lang="" group="0" version="1.3.001">
|
|
<grid width="100%" overflow="auto">
|
|
<columns>
|
|
<column width="99%"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="row" disabled="@status_only">
|
|
<link-to id="link_to" span="all"/>
|
|
</row>
|
|
<row class="th">
|
|
<description value="Existing links" span="all"/>
|
|
</row>
|
|
<row class="row_off" valign="top">
|
|
<link-list id="link_to" span="all"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="infolog.edit.project" template="" lang="" group="0" version="1.5.004">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column width="100" class="infolog_normalWrap"/>
|
|
<column width="115"/>
|
|
<column width="100"/>
|
|
<column width="400"/>
|
|
</columns>
|
|
<rows>
|
|
<row class="row">
|
|
<description value="Project"/>
|
|
<link-entry span="2" id="pm_id" only_app="projectmanager" onchange="app.infolog.submit_if_not_empty" blur="None" class="infolog_projectName" width="99%"/>
|
|
<description/>
|
|
</row>
|
|
<row class="row">
|
|
<description value="Price"/>
|
|
<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"/>
|
|
<textbox type="float" id="info_price" class="et2_fullWidth"/>
|
|
<description/>
|
|
</row>
|
|
<row class="row">
|
|
<description value="planned time" for="info_planned_time"/>
|
|
<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]"/>
|
|
<description/>
|
|
</row>
|
|
<row class="row">
|
|
<description value="Re-planned time" for="info_replanned_time"/>
|
|
<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]"/>
|
|
<description/>
|
|
</row>
|
|
<row class="row" valign="top" height="60%">
|
|
<description statustext="Leave blank to get the used time calculated by timesheet entries" value="used time" for="info_used_time"/>
|
|
<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]"/>
|
|
<description/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="infolog.edit.customfields" template="" lang="" group="0" version="1.0.1.001">
|
|
<customfields type_filter="@info_type"/>
|
|
</template>
|
|
<template id="infolog.edit.history" template="" lang="" group="0" version="1.3.002">
|
|
<historylog id="history" width="100%"/>
|
|
</template>
|
|
<template id="infolog.edit.details" template="" lang="" group="0" version="1.9.001">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column width="46%"/>
|
|
<column width="60"/>
|
|
<column width="49%"/>
|
|
</columns>
|
|
<rows>
|
|
<row height="20" class="th">
|
|
<description value="Delegation" class="et2_fullWidth"/>
|
|
<description/>
|
|
<description value="Details" class="et2_fullWidth"/>
|
|
</row>
|
|
<row valign="top">
|
|
<vbox>
|
|
<taglist-email id="info_cc" class="label-on-left" label="CC"/>
|
|
|
|
<taglist-account label="responsible"
|
|
statustext="select a responsible user: a person you want to delegate this task"
|
|
id="info_responsible" rows="6" multiple="true" no_lang="1"
|
|
class="label-on-left" account_type="both" empty_label="Select users or groups"
|
|
onchange="app.infolog.onchangeResponsible"/>
|
|
</vbox>
|
|
<description/>
|
|
<grid>
|
|
<columns>
|
|
<column width="120"/>
|
|
<column width="230"/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<description value="Category" for="info_cat"/>
|
|
<menulist class="et2_fullWidth">
|
|
<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"/>
|
|
<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"/>
|
|
</row>
|
|
<row class="row">
|
|
<description value="Priority" for="info_priority"/>
|
|
<menulist class="et2_fullWidth">
|
|
<menupopup statustext="select a priority for this task" id="info_priority"/>
|
|
</menulist>
|
|
</row>
|
|
<row>
|
|
<description value="Date completed" for="info_datecompleted"/>
|
|
<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"
|
|
class="et2_fullWidth"/>
|
|
</row>
|
|
<row class="row">
|
|
<description value="Location" for="info_location"/>
|
|
<textbox id="info_location" size="60" maxlength="255" class="et2_fullWidth"/>
|
|
</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>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="infolog.edit" template="" lang="" group="0" version="1.9.101">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column width="100"/>
|
|
<column width="215"/>
|
|
<column width="30"/>
|
|
<column width="100"/>
|
|
<column width="135"/>
|
|
<column width="30"/>
|
|
<column width="50"/>
|
|
</columns>
|
|
<rows>
|
|
<row class="dialogHeader">
|
|
<description value="Title" for="info_subject"/>
|
|
<textbox statustext="a short subject for the entry" id="info_subject" class="et2_fullWidth et2_required" maxlength="255" span="4" tabindex="1"></textbox>
|
|
<textbox type="integer" id="info_number" readonly="true"/>
|
|
<appicon src="infolog" for="info_number"/>
|
|
</row>
|
|
<row class="dialogHeader2">
|
|
<description value="Type" for="info_type"/>
|
|
<menulist class="et2_fullWidth">
|
|
<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;" />
|
|
</menulist>
|
|
<description/>
|
|
<description value="Startdate" for="info_startdate"/>
|
|
<date-time id="info_startdate" class="et2_fullWidth"
|
|
statustext="when should the ToDo or Phonecall be started, it shows up from that date in the filter open or own open (startpage)"/>
|
|
</row>
|
|
<row class="dialogHeader3">
|
|
<description value="Contact"/>
|
|
<link-entry id="info_contact" app_icons="true"/>
|
|
<description/>
|
|
<description value="Enddate" for="info_enddate"/>
|
|
<date-time statustext="til when should the ToDo or Phonecall be finished" id="info_enddate" class="et2_fullWidth" span="4"/>
|
|
</row>
|
|
<row class="et2_toolbar">
|
|
<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>
|
|
</row>
|
|
<row>
|
|
<tabbox id="tabs" class="et2_nowrap" span="all" width="100%" tab_height="250px">
|
|
<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"/>
|
|
<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>
|
|
</tabbox>
|
|
</row>
|
|
<row class="th" disabled="1">
|
|
<description value="Dates, Status, Access" span="all"/>
|
|
</row>
|
|
<row class="dialogOperators">
|
|
<description value="Status" for="info_status"/>
|
|
<select class="et2_fullWidth" statustext="@status_help" id="info_status" onchange="app.infolog.statusChanged"/>
|
|
<description/>
|
|
<description value="Completed" for="info_percent"/>
|
|
<select-percent class="et2_fullWidth" statustext="Percent completed" id="info_percent" onchange="app.infolog.statusChanged"/>
|
|
</row>
|
|
<row disabled="!@info_owner" class="dialogOperators">
|
|
<description value="Owner"/>
|
|
<hbox>
|
|
<select-account id="info_owner" readonly="true"/>
|
|
<date-time id="info_created" readonly="true" align="right"/>
|
|
</hbox>
|
|
<description/>
|
|
<description value="Last modified"/>
|
|
<hbox>
|
|
<select-account id="info_modifier" readonly="true"/>
|
|
<date-time id="info_datemodified" readonly="true" align="right"/>
|
|
</hbox>
|
|
</row>
|
|
<row class="dialogFooterToolbar">
|
|
<hbox span="all">
|
|
<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>
|
|
<button statustext="leave without saveing the entry" label="Cancel" id="button[cancel]"
|
|
onclick="window.close();" image="cancel" background_image="1"/>
|
|
<select statustext="Execute a further action for this entry" id="action"
|
|
onchange="app.infolog.edit_actions()" empty_label="Actions..."/>
|
|
<checkbox label="Do not notify" id="no_notifications"
|
|
statustext="Do not notify of these changes"/>
|
|
<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"/>
|
|
</hbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay> |