improved printing

This commit is contained in:
Ralf Becker 2006-04-05 16:17:05 +00:00
parent f6b96d9a9a
commit dc9fc22e03
3 changed files with 21 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@ -190,7 +190,7 @@
<row class="row"> <row class="row">
<description value="Status" options=",,,info_status"/> <description value="Status" options=",,,info_status"/>
<menulist> <menulist>
<menupopup id="info_status" statustext="@status_help" onchange="if (this.value=='done' || this.value=='billed') this.form['exec[info_percent]'].value=100; else if (this.value=='not-started') this.form['exec[info_percent]'].value=0;"/> <menupopup id="info_status" statustext="@status_help" onchange="if (this.value=='done' || this.value=='billed') set_element(this.form,'exec[info_percent]','100'); else if (this.value=='not-started') set_element(this.form,'exec[info_percent]','0');"/>
</menulist> </menulist>
<description value="Completed" options=",,,info_percent"/> <description value="Completed" options=",,,info_percent"/>
<menulist> <menulist>

View File

@ -21,7 +21,7 @@
<column width="120"/> <column width="120"/>
<column disabled="@no_times"/> <column disabled="@no_times"/>
<column width="8%"/> <column width="8%"/>
<column width="12%"/> <column width="12%" disabled="1"/>
<column width="3%" disabled="@no_actions"/> <column width="3%" disabled="@no_actions"/>
<column width="3%" disabled="@no_actions"/> <column width="3%" disabled="@no_actions"/>
</columns> </columns>
@ -114,15 +114,15 @@
<column width="120"/> <column width="120"/>
<column disabled="@no_times"/> <column disabled="@no_times"/>
<column width="8%"/> <column width="8%"/>
<column width="12%"/> <column width="12%" disabled="1"/>
<column width="3%" disabled="@no_actions"/> <column width="3%" disabled="@no_actions"/>
<column width="3%" disabled="@no_actions"/> <column width="3%" disabled="@no_actions"/>
</columns> </columns>
<rows> <rows>
<row class="th"> <row class="th">
<vbox orient="0,0"> <vbox orient="0,0">
<nextmatch-filterheader options="Type ..." id="info_type"/> <nextmatch-filterheader options="Type" id="info_type"/>
<nextmatch-filterheader options="Status ..." id="info_status"/> <nextmatch-filterheader options="Status" id="info_status" align="center"/>
<nextmatch-sortheader label="Completed" id="info_percent" align="right"/> <nextmatch-sortheader label="Completed" id="info_percent" align="right"/>
</vbox> </vbox>
<grid width="100%" spacing="0" padding="0"> <grid width="100%" spacing="0" padding="0">
@ -131,13 +131,17 @@
<column/> <column/>
</columns> </columns>
<rows> <rows>
<row>
<description/>
<nextmatch-sortheader label="Priority" align="right" id="info_priority" options="DESC" class="noPrint"/>
</row>
<row> <row>
<nextmatch-sortheader label="Subject" id="info_subject"/> <nextmatch-sortheader label="Subject" id="info_subject"/>
<nextmatch-sortheader label="Priority" align="right" id="info_priority" options="DESC"/> <nextmatch-sortheader label="Creation" align="right" id="info_id" options="DESC" class="noPrint"/>
</row> </row>
<row> <row>
<nextmatch-sortheader label="Description" id="info_des"/> <nextmatch-sortheader label="Description" id="info_des"/>
<nextmatch-sortheader label="Creation" align="right" id="info_id" options="DESC"/> <nextmatch-sortheader label="last changed" id="info_datemodified" options="DESC" class="noPrint" align="right"/>
</row> </row>
</rows> </rows>
</grid> </grid>
@ -211,13 +215,16 @@
</rows> </rows>
</grid> </grid>
</template> </template>
<template id="infolog.index" template="" lang="" group="0" version="1.0.1.002"> <template id="infolog.index" template="" lang="" group="0" version="1.2.001">
<grid width="100%" border="0" spacing="0" padding="0"> <grid width="100%" border="0" spacing="0" padding="0">
<columns> <columns>
<column width="90%"/> <column width="90%"/>
<column/> <column/>
</columns> </columns>
<rows> <rows>
<row>
<html span="all" id="css"/>
</row>
<row disabled="!@msg"> <row disabled="!@msg">
<description span="all" class="redItalic" align="center" id="msg" no_lang="1"/> <description span="all" class="redItalic" align="center" id="msg" no_lang="1"/>
<description/> <description/>