mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Clean up infolog edit template
This commit is contained in:
parent
5facfc02a1
commit
e2c8bb4425
@ -1,4 +1,7 @@
|
||||
/* $Id$ */
|
||||
div#infolog-edit.et2_container {
|
||||
width: 842px;
|
||||
}
|
||||
.infolog_headertext { color: black; font-size: 120%; }
|
||||
.infolog_lpadding5 { padding-left: 5px; }
|
||||
.low,.low_done,.normal,.normal_done,.high,.high_done,.urgent,.urgent_done { font-weight: bold; }
|
||||
@ -20,7 +23,7 @@ table.infolog_fullWidth { width: 100%; }
|
||||
.inputFullWidth input { width: 100%; }
|
||||
.infolog_image16 img { height: 16px; }
|
||||
td.infolog_searchParent input[type=search] { width: 90%; }
|
||||
.infolog_responsible > select {width: 550px;}
|
||||
.infolog_responsible select {width: 120px;}
|
||||
#info_contact select { width: 117px; }
|
||||
#info_contact input {width: 134px;}
|
||||
#info_subject {width: 100%;}
|
||||
@ -29,3 +32,8 @@ tr.infolog_rowHasParent > td:first-child {
|
||||
background-repeat: no-repeat;
|
||||
background-position: 6px -2px;
|
||||
}
|
||||
tr.dialogHeader td, tr.dialogHeader2 td, tr.dialogHeader3 td, tr.dialogHeader4 td,
|
||||
tr.dialogOperators td,.dialogFooterToolbar {
|
||||
padding: 5px 0 5px 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
@ -2,16 +2,7 @@
|
||||
<!-- $Id$ -->
|
||||
<overlay>
|
||||
<template id="infolog.edit.description" template="" lang="" group="0" version="1.6.001">
|
||||
<grid width="100%" height="245" border="0">
|
||||
<columns>
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row valign="top">
|
||||
<textbox multiline="true" id="info_des" no_lang="1" rows="12" cols="70" width="99%"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<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">
|
||||
@ -38,7 +29,7 @@
|
||||
<template id="infolog.edit.project" template="" lang="" group="0" version="1.5.004">
|
||||
<grid width="100%" height="245">
|
||||
<columns>
|
||||
<column width="100"/>
|
||||
<column width="90"/>
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
@ -87,22 +78,13 @@
|
||||
</grid>
|
||||
</template>
|
||||
<template id="infolog.edit.history" template="" lang="" group="0" version="1.3.002">
|
||||
<grid width="100%" height="245" overflow="auto">
|
||||
<columns>
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row valign="top">
|
||||
<historylog id="history"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<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="50%"/>
|
||||
<column width="50%"/>
|
||||
<column width="400"/>
|
||||
<column width="445"/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row height="20" class="th">
|
||||
@ -199,41 +181,44 @@
|
||||
<template id="infolog.edit" template="" lang="" group="0" version="1.9.101">
|
||||
<grid width="100%">
|
||||
<columns>
|
||||
<column width="10%"/>
|
||||
<column width="60%"/>
|
||||
<column width="1%"/>
|
||||
<column width="15%"/>
|
||||
<column width="14%"/>
|
||||
<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 height="28" class="dialog-header">
|
||||
<row>
|
||||
<description value="Title" for="info_subject"/>
|
||||
<textbox statustext="a short subject for the entry" id="info_subject" class="et2_fullWidth et2_required" size="80" maxlength="255" span="2" tabindex="1"/>
|
||||
<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 class="row dialog-header2" valign="top">
|
||||
<description value="Type" for="info_type" vertical-align="center"/>
|
||||
<hbox options="0,0" span="2">
|
||||
<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"/>
|
||||
<vbox options="0,0" span="2">
|
||||
<hbox options="0,0">
|
||||
<link-entry id="info_contact" class="noWrap"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
<link-entry id="info_contact" span="3"/>
|
||||
</row>
|
||||
<row class="row dialog-header3">
|
||||
<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" span="2"/>
|
||||
<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"/>
|
||||
<date-time statustext="til when should the ToDo or Phonecall be finished" id="info_enddate" class="et2_fullWidth"/>
|
||||
<description span="2"/>
|
||||
|
||||
</row>
|
||||
<row valign="top" height="250">
|
||||
<tabbox id="tabs" span="all">
|
||||
<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 , ..."/>
|
||||
@ -255,24 +240,27 @@
|
||||
<row class="th" disabled="1">
|
||||
<description value="Dates, Status, Access" span="all"/>
|
||||
</row>
|
||||
<row class="row dialog-operators">
|
||||
<row>
|
||||
<description value="Status" for="info_status"/>
|
||||
<menulist span="2">
|
||||
<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>
|
||||
<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 class="row dialog-operators" disabled="!@info_owner">
|
||||
<row disabled="!@info_owner">
|
||||
<description value="Owner"/>
|
||||
<vbox options="0,0" span="2">
|
||||
<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>
|
||||
@ -280,20 +268,20 @@
|
||||
</menulist>
|
||||
<date-time id="info_datemodified" readonly="true"/>
|
||||
</vbox>
|
||||
<description/>
|
||||
</row>
|
||||
<row class="dialog-footer-toolbar">
|
||||
<hbox span="3">
|
||||
<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>
|
||||
</hbox>
|
||||
<hbox span="2">
|
||||
<checkbox label="Do not notify of these changes" id="no_notifications"/>
|
||||
<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"/>
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user