mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
466c33e3b0
- link-widget and infolog/link-class can attach files now - changed the value of the file-widget (it's an array now)
174 lines
5.8 KiB
XML
174 lines
5.8 KiB
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<grid id="infolog.edit.description" template="" lang="" group="0" version="0.9.15.001" width="100%" border="0">
|
|
<columns>
|
|
<column width="100"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<description span="all" value="Description"/>
|
|
</row>
|
|
<row class="row">
|
|
<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.002" width="100%">
|
|
<columns>
|
|
<column width="100"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<description span="all" value="Create new links"/>
|
|
</row>
|
|
<row class="row">
|
|
<link-to span="all" id="link_to"/>
|
|
</row>
|
|
<row class="th">
|
|
<description span="all" value="Existing links"/>
|
|
</row>
|
|
<row class="row_off" valign="top" height="164">
|
|
<link-list span="all" id="link_to"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<grid id="infolog.edit.delegation" template="" lang="" group="0" version="0.9.15.001" width="100%">
|
|
<columns>
|
|
<column width="100"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<description span="all" value="Priority"/>
|
|
</row>
|
|
<row class="row">
|
|
<description value="Priority"/>
|
|
<menulist>
|
|
<menupopup id="info_pri" statustext="select a priority for this task"/>
|
|
</menulist>
|
|
</row>
|
|
<row class="th">
|
|
<description span="all" value="Delegation"/>
|
|
</row>
|
|
<row class="row">
|
|
<description value="Responsible"/>
|
|
<menulist>
|
|
<menupopup type="select-account" options="Owner" id="info_responsible" statustext="select a responsible user: a person you want to delegate this task"/>
|
|
</menulist>
|
|
</row>
|
|
<row class="row">
|
|
<description value="Confirm"/>
|
|
<menulist>
|
|
<menupopup id="info_confirm" statustext="do you want a confirmation of the responsible on: accepting, finishing the task or both"/>
|
|
</menulist>
|
|
</row>
|
|
<row class="row" height="120">
|
|
<description span="all"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<grid id="infolog.edit" template="" lang="" group="" version="0.9.15.003" width="100%">
|
|
<columns>
|
|
<column width="103"/>
|
|
<column width="300"/>
|
|
<column width="100"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<description options="b" span="3" class="headertext" id="appheader"/>
|
|
<button label="Categories" align="right" id="cats" statustext="Edit or create categories for IngoLog"/>
|
|
</row>
|
|
<row>
|
|
<hrule span="all"/>
|
|
</row>
|
|
<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">
|
|
<description value="Contact"/>
|
|
<textbox size="40" maxlength="64" id="info_from" statustext="Custom contact-information, leave emtpy to use information from most recent link"/>
|
|
<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"/>
|
|
</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>
|
|
<row>
|
|
<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, ..."/>
|
|
</tabs>
|
|
<tabpanels>
|
|
<grid id="infolog.edit.description"/>
|
|
<grid id="infolog.edit.links"/>
|
|
<grid id="infolog.edit.delegation"/>
|
|
</tabpanels>
|
|
</tabbox>
|
|
</row>
|
|
<row class="th">
|
|
<description span="all" value="Dates, Status, Access"/>
|
|
</row>
|
|
<row class="row">
|
|
<description value="Startdate"/>
|
|
<hbox options="0,0">
|
|
<date 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)"/>
|
|
<checkbox label="%s Today" id="set_today" statustext="check to set startday"/>
|
|
</hbox>
|
|
<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>
|
|
<menupopup id="info_status" statustext="@status_help"/>
|
|
</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="th">
|
|
<description value="Owner"/>
|
|
<menulist>
|
|
<menupopup type="select-account" options=",,2" id="info_owner" readonly="true"/>
|
|
</menulist>
|
|
<description value="Last modified"/>
|
|
<hbox options="0,0">
|
|
<menulist>
|
|
<menupopup type="select-account" options=",,2" id="info_modifier" readonly="true"/>
|
|
</menulist>
|
|
<date class="lpadding5" id="info_datemodified" readonly="true"/>
|
|
</hbox>
|
|
</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>
|
|
<styles>
|
|
.headertext { color: black; font-size: 120%; }
|
|
.lpadding5 { padding-left: 5px; };
|
|
</styles>
|
|
</grid>
|
|
</overlay> |