mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
290 lines
12 KiB
XML
290 lines
12 KiB
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="infolog.edit.description" template="" lang="" group="0" version="1.6.001">
|
|
<textbox multiline="true" id="info_des" no_lang="1" rows="18" cols="70" width="99%"/>
|
|
</template>
|
|
<template id="infolog.edit.links" template="" lang="" group="0" version="1.3.001">
|
|
<grid width="100%" height="245" overflow="auto">
|
|
<columns>
|
|
<column width="100"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th" disabled="@status_only">
|
|
<description value="Create new links" span="all"/>
|
|
</row>
|
|
<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%" height="245">
|
|
<columns>
|
|
<column width="90"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<description value="Projectmanager" span="all"/>
|
|
</row>
|
|
<row class="row">
|
|
<description value="Project"/>
|
|
<link-entry id="pm_id" onchange="1" only_app='projectmanager' blur='None'/>
|
|
</row>
|
|
<row class="row">
|
|
<description value="Price"/>
|
|
<hbox span="all">
|
|
<projectmanager-pricelist id="pl_id" onchange="this.form['exec[info_price]'].value=this.options[this.selectedIndex].text.lastIndexOf('(') < 0 ? '' : this.options[this.selectedIndex].text.slice(this.options[this.selectedIndex].text.lastIndexOf('(')+1,-1);" options="None"/>
|
|
<textbox type="float" id="info_price" span="all"/>
|
|
</hbox>
|
|
</row>
|
|
<row class="row">
|
|
<description value="planned time" for="info_planned_time"/>
|
|
<date-duration id="info_planned_time" display_format="$cont[duration_format]" hours_per_day="$cont[hours_per_workday]"/>
|
|
</row>
|
|
<row class="row">
|
|
<description value="Re-planned time" for="info_replanned_time"/>
|
|
<date-duration id="info_replanned_time" display_format="$cont[duration_format]" hours_per_day="$cont[hours_per_workday]"/>
|
|
</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 id="info_used_time"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="infolog.edit.customfields" template="" lang="" group="0" version="1.0.1.001">
|
|
<grid width="100%" height="245" class="row_on" spacing="0" padding="0" overflow="auto">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th" height="20">
|
|
<description value="Custom fields"/>
|
|
</row>
|
|
<row valign="top" height="100%">
|
|
<customfields options="@info_type"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="infolog.edit.history" template="" lang="" group="0" version="1.3.002">
|
|
<historylog id="history" height="245" width="100%" overflow="hidden"/>
|
|
</template>
|
|
<template id="infolog.edit.details" template="" lang="" group="0" version="1.9.001">
|
|
<grid height="245" width="100%">
|
|
<columns>
|
|
<column width="400"/>
|
|
<column width="445"/>
|
|
</columns>
|
|
<rows>
|
|
<row height="20" class="th">
|
|
<description value="Delegation" class="et2_fullWidth"/>
|
|
<description value="Details" class="et2_fullWidth"/>
|
|
</row>
|
|
<row>
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<description value="CC"/>
|
|
<grid width="100%" border="0">
|
|
<columns>
|
|
<column/>
|
|
<column width="16"/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<textbox id="info_cc" maxlength="254" class="inputFullWidth"/>
|
|
<buttononly label="Add from Addressbook" onclick="return app.infolog.add_email_from_ab(form::name('ab[id]'),form::name('info_cc'));" options="users"/>
|
|
</row>
|
|
<row class="hiddenRow">
|
|
<link-entry blur="Search" id="ab" options="addressbook-email" span="all"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</row>
|
|
<row class="row" valign="top">
|
|
<description value="Responsible" for="info_responsible"/>
|
|
<listbox type="select-account" statustext="select a responsible user: a person you want to delegate this task" id="info_responsible" rows="6" account_type="both" class="responsible"/>
|
|
</row>
|
|
<row class="row" disabled="1">
|
|
<description value="Confirm" for="info_confirm"/>
|
|
<menulist>
|
|
<menupopup statustext="do you want a confirmation of the responsible on: accepting, finishing the task or both" id="info_confirm"/>
|
|
</menulist>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<description value="Category" for="info_cat"/>
|
|
<menulist>
|
|
<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="noWrap infolog_searchParent"/>
|
|
</row>
|
|
<row class="row">
|
|
<description value="Priority" for="info_priority"/>
|
|
<menulist>
|
|
<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.status_changed(this.id, form::name('info_status'), form::name('info_percent'), form::name('info_datecompleted'))"/>
|
|
</row>
|
|
<row class="row">
|
|
<description value="Location" for="info_location"/>
|
|
<textbox id="info_location" size="60" maxlength="255"/>
|
|
</row>
|
|
<row>
|
|
<description value="Contact" for="info_from"/>
|
|
<textbox blur="@blur_title" statustext="Custom contact-information, leave emtpy to use information from most recent link" id="info_from" size="60" maxlength="255"/>
|
|
</row>
|
|
<row>
|
|
<description value="Phone/Email" for="info_addr"/>
|
|
<hbox>
|
|
<textbox statustext="Custom contact-address, leave empty to use information from most recent link" id="info_addr" size="60" maxlength="255" class="_inputFullWidth"/>
|
|
</hbox>
|
|
</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="78"/>
|
|
<column width="122"/>
|
|
<column width="180"/>
|
|
<column width="78"/>
|
|
<column width="122"/>
|
|
<column width="30"/>
|
|
<column width="50"/>
|
|
<column width="30"/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<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="5" tabindex="1"/>
|
|
<appicon src="infolog" for="info_number"/>
|
|
<textbox type="integer" id="info_number" readonly="true" class="infolog_infoId"/>
|
|
</row>
|
|
<row>
|
|
<description value="Type" for="info_type"/>
|
|
<hbox options="0,0" class="et2_fullWidth">
|
|
<menulist>
|
|
<menupopup statustext="Type of the log-entry: Note, Phonecall or ToDo" id="info_type" no_lang="1" onchange="1"/>
|
|
</menulist>
|
|
</hbox>
|
|
<description/>
|
|
<description value="Contact"/>
|
|
<link-entry id="info_contact" span="3"/>
|
|
</row>
|
|
<row>
|
|
<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"/>
|
|
<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"/>
|
|
<description span="2"/>
|
|
|
|
</row>
|
|
<row height="250">
|
|
<tabbox id="tabs" class="et2_nowrap" span="all" width="100%">
|
|
<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>
|
|
<description value="Status" for="info_status"/>
|
|
<menulist class="et2_fullWidth">
|
|
<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'))"/>
|
|
</menulist>
|
|
<description/>
|
|
<description value="Completed" for="info_percent"/>
|
|
<menulist class="et2_fullWidth">
|
|
<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'))"/>
|
|
</menulist>
|
|
<description span="all"/>
|
|
</row>
|
|
<row disabled="!@info_owner">
|
|
<description value="Owner"/>
|
|
<vbox options="0,0">
|
|
<menulist>
|
|
<menupopup type="select-account" id="info_owner" readonly="true"/>
|
|
</menulist>
|
|
<date-time id="info_created" readonly="true"/>
|
|
</vbox>
|
|
<description/>
|
|
<description value="Last modified"/>
|
|
<vbox options="0">
|
|
<menulist>
|
|
<menupopup type="select-account" id="info_modifier" readonly="true"/>
|
|
</menulist>
|
|
<date-time id="info_datemodified" readonly="true"/>
|
|
</vbox>
|
|
<description/>
|
|
</row>
|
|
<row>
|
|
<hbox span="5">
|
|
<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"/>
|
|
<menulist>
|
|
<menupopup statustext="Execute a further action for this entry" id="action" onchange="app.infolog.edit_actions()" options="Actions..."/>
|
|
</menulist>
|
|
<checkbox label="Do not notify of these changes" id="no_notifications"/>
|
|
</hbox>
|
|
|
|
<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"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay>
|