egroupware_official/infolog/templates/default/edit.xet

176 lines
5.9 KiB
Plaintext
Raw Normal View History

2002-10-06 10:51:46 +02:00
<?xml version="1.0"?>
<!-- $Id$ -->
<overlay>
<grid id="infolog.edit.description" template="" lang="" group="0" version="0.9.15.002" width="100%" border="0">
2002-10-06 10:51:46 +02:00
<columns>
<column width="100"/>
<column/>
</columns>
<rows>
<row class="th">
<description span="all" value="Description"/>
</row>
<row class="row" valign="top">
2002-10-06 10:51:46 +02:00
<description/>
<textbox multiline="true" rows="15" cols="80" no_lang="1" id="info_des" statustext="enter a textual description of the log-entry"/>
</row>
</rows>
</grid>
<grid id="infolog.edit.links" template="" lang="" group="0" version="0.9.15.003" width="100%">
2002-10-06 10:51:46 +02:00
<columns>
<column width="100"/>
2004-02-06 13:34:52 +01:00
<column/>
2002-10-06 10:51:46 +02:00
</columns>
<rows>
2004-02-06 13:34:52 +01:00
<row class="th" disabled="@status_only">
<description span="all" value="Create new links"/>
2002-10-06 10:51:46 +02:00
</row>
2004-02-06 13:34:52 +01:00
<row class="row" disabled="@status_only">
<link-to span="all" id="link_to"/>
2002-10-06 10:51:46 +02:00
</row>
<row class="th">
2004-02-06 13:34:52 +01:00
<description span="all" value="Existing links"/>
2002-10-06 10:51:46 +02:00
</row>
2002-10-09 13:48:20 +02:00
<row class="row_off" valign="top" height="164">
2004-02-06 13:34:52 +01:00
<link-list span="all" id="link_to"/>
2002-10-06 10:51:46 +02:00
</row>
</rows>
</grid>
2004-02-06 13:34:52 +01:00
<grid id="infolog.edit.delegation" template="" lang="" group="0" version="0.9.15.002" width="100%">
2002-10-06 10:51:46 +02:00
<columns>
<column width="100"/>
<column/>
</columns>
<rows>
<row class="th">
<description span="all" value="Priority"/>
</row>
<row class="row">
<description value="Priority"/>
<menulist>
2002-10-09 13:48:20 +02:00
<menupopup id="info_pri" statustext="select a priority for this task"/>
2002-10-06 10:51:46 +02:00
</menulist>
</row>
<row class="th">
<description span="all" value="Delegation"/>
</row>
<row class="row">
<description value="Responsible"/>
<menulist>
2002-10-09 13:48:20 +02:00
<menupopup type="select-account" options="Owner" id="info_responsible" statustext="select a responsible user: a person you want to delegate this task"/>
2002-10-06 10:51:46 +02:00
</menulist>
</row>
2004-02-06 13:34:52 +01:00
<row class="row" disabled="1">
2002-10-09 13:48:20 +02:00
<description value="Confirm"/>
2002-10-06 10:51:46 +02:00
<menulist>
<menupopup id="info_confirm" statustext="do you want a confirmation of the responsible on: accepting, finishing the task or both"/>
</menulist>
</row>
2002-10-09 02:41:05 +02:00
<row class="row" height="120">
2002-10-06 10:51:46 +02:00
<description span="all"/>
</row>
</rows>
</grid>
2004-02-06 13:34:52 +01:00
<grid id="infolog.edit.customfields" template="" lang="" group="0" version="0.9.15.001" width="100%" height="100%" spacing="0" padding="0">
<columns>
<column/>
</columns>
<rows>
<row height="100%">
<customfields id="customfields"/>
</row>
</rows>
</grid>
<grid id="infolog.edit" template="" lang="" group="" version="1.0.0.000" width="100%">
2002-10-06 10:51:46 +02:00
<columns>
<column width="103"/>
<column width="350"/>
<column width="50"/>
2002-10-06 10:51:46 +02:00
<column/>
</columns>
<rows>
<row class="th">
<description value="Type"/>
<menulist span="all">
<menupopup id="info_type" onchange="1" statustext="Type of the log-entry: Note, Phonecall or ToDo"/>
</menulist>
<description/>
<description/>
</row>
<row class="row">
<description value="Category"/>
<menulist span="all">
<menupopup type="select-cat" options="None" id="info_cat" statustext="select a category for this entry"/>
</menulist>
<description/>
<description/>
</row>
<row class="row">
2002-10-09 13:48:20 +02:00
<description value="Contact"/>
<textbox size="40" maxlength="64" id="info_from" statustext="Custom contact-information, leave emtpy to use information from most recent link" blur="@blur_title"/>
2002-10-09 13:48:20 +02:00
<description value="Phone/Email"/>
<textbox size="40" maxlength="64" id="info_addr" statustext="Custom contact-address, leave empty to use information from most recent link"/>
2002-10-06 10:51:46 +02:00
</row>
<row class="row">
<description value="Subject"/>
<textbox size="64" maxlength="64" span="all" id="info_subject" needed="1" statustext="a short subject for the entry"/>
</row>
2004-02-06 13:34:52 +01:00
<row valign="top" height="250">
2002-10-06 10:51:46 +02:00
<tabbox>
<tabs span="all">
<tab label="Description" statustext="longer textual description"/>
<tab label="Links" statustext="Links of this entry"/>
<tab label="Delegation" statustext="responsible user, priority, ..."/>
2004-02-06 13:34:52 +01:00
<tab label="Customfields" statustext=""/>
2002-10-06 10:51:46 +02:00
</tabs>
<tabpanels>
2002-10-09 02:41:05 +02:00
<grid id="infolog.edit.description"/>
<grid id="infolog.edit.links"/>
<grid id="infolog.edit.delegation"/>
2004-02-06 13:34:52 +01:00
<grid id="infolog.edit.customfields"/>
2002-10-06 10:51:46 +02:00
</tabpanels>
</tabbox>
</row>
<row class="th">
<description span="all" value="Dates, Status, Access"/>
</row>
<row class="row">
<description value="Startdate"/>
<date-time options=",2" 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)"/>
2002-10-06 10:51:46 +02:00
<description value="Enddate"/>
<date id="info_enddate" statustext="til when should the ToDo or Phonecall be finished"/>
</row>
<row class="row">
<description value="Status"/>
<menulist>
2004-02-06 13:34:52 +01:00
<menupopup id="info_status" statustext="@status_help"/>
2002-10-06 10:51:46 +02:00
</menulist>
<description value="Private"/>
<checkbox options="private,public" id="info_access" statustext="should this entry only be visible to you and people you grant privat access via the ACL"/>
</row>
<row class="row">
2002-10-06 10:51:46 +02:00
<description value="Owner"/>
<menulist>
<menupopup type="select-account" id="info_owner" readonly="true"/>
2002-10-06 10:51:46 +02:00
</menulist>
<description value="Last modified"/>
<hbox options="0,0">
<menulist>
<menupopup type="select-account" id="info_modifier" readonly="true"/>
</menulist>
<date-time class="lpadding5" id="info_datemodified" readonly="true"/>
</hbox>
2002-10-06 10:51:46 +02:00
</row>
<row>
<button label="Save" id="save" statustext="Saves this entry"/>
<button label="Cancel" id="cancel" statustext="leave without saveing the entry"/>
<description/>
<button label="Delete" align="right" id="delete" statustext="delete this entry"/>
</row>
</rows>
2002-10-09 02:41:05 +02:00
<styles>
.headertext { color: black; font-size: 120%; }
.lpadding5 { padding-left: 5px; };
2002-10-09 02:41:05 +02:00
</styles>
2002-10-06 10:51:46 +02:00
</grid>
</overlay>