source: contrib/ProjectManager/templates/default/config.xet @ 3594

Revision 3594, 3.3 KB checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado o módulo ProjectManager? para a comunidade

  • Property svn:executable set to *
Line 
1<?xml version="1.0"?>
2<!-- $Id: config.xet 23852 2007-05-09 16:29:32Z lkneschke $ -->
3<overlay>
4        <template id="projectmanager.config" template="" lang="" group="0" version="1.3.001">
5                <grid width="80%">
6                        <columns>
7                                <column width="40%"/>
8                                <column/>
9                        </columns>
10                        <rows>
11                                <row>
12                                        <description span="all" class="redItalic" no_lang="1" align="center" id="msg"/>
13                                        <description/>
14                                </row>
15                                <row class="th">
16                                        <description span="all" value="Times"/>
17                                </row>
18                                <row class="row" valign="top">
19                                        <description options=",,,duration_units" value="Allowed units"/>
20                                        <listbox rows="2" id="duration_units" statustext="default all and a selectbox to choose" needed="1"/>
21                                </row>
22                                <row class="row">
23                                        <description options=",,,hours_per_workday" value="Hours per workday"/>
24                                        <menulist>
25                                                <menupopup type="select-number" options=",1,24" id="hours_per_workday" statustext="conversation between days and hours, default 8"/>
26                                        </menulist>
27                                </row>
28                                <row class="row">
29                                        <description value="Allow users to change their working times"/>
30                                        <menulist>
31                                                <menupopup id="allow_change_workingtimes"/>
32                                        </menulist>
33                                </row>
34                                <row>
35                                        <description span="all"/>
36                                </row>
37                                <row class="th">
38                                        <description span="all" value="Accounting"/>
39                                </row>
40                                <row class="row" valign="top">
41                                        <description options=",,,accounting_types" value="Allowed accounting types"/>
42                                        <listbox rows="4" id="accounting_types" statustext="select the accounting types visible for users of projectmanager" no_lang="1" needed="1"/>
43                                </row>
44                                <row class="th">
45                                        <description span="all" value="Ganttchart"/>
46                                </row>
47                                <row disabled="!@jpg_msg">
48                                        <html id="jpg_msg" span="all" class="redItalic" no_lang="1"/>
49                                        <description/>
50                                </row>
51                                <row class="row" disabled="@jpg_msg">
52                                        <description value="Font"/>
53                                        <hbox options="0,0">
54                                                <menulist>
55                                                        <menupopup id="GANTT_FONT" statustext="Font to use in the Ganttchart, only the Vera fonts are included in the ProjectManager." no_lang="1"/>
56                                                </menulist>
57                                                <description id="font_msg" class="leftPad5 $cont[font_msg_class]" no_lang="1" value=" "/>
58                                        </hbox>
59                                </row>
60                                <row class="row" disabled="@jpg_msg">
61                                        <description options=",,,LANGUAGE_CHARSET" value="Font charset" statustext="Charset of the above selected font"/>
62                                        <textbox id="LANGUAGE_CHARSET" statustext="The charset depends on the font you want to use."/>
63                                </row>
64                                <row class="row" disabled="@jpg_msg">
65                                        <description options=",,,GANTT_STYLE" value="Font style"/>
66                                        <menulist>
67                                                <menupopup id="GANTT_STYLE" statustext="Style used for everything but elements. Some fonts have only normal style." no_lang="1"/>
68                                        </menulist>
69                                </row>
70                                <row disabled="@jpg_msg">
71                                        <description options=",,,GANTT_CHAR_ENCODE" value="Encode non-ascii"/>
72                                        <menulist>
73                                                <menupopup id="GANTT_CHAR_ENCODE" statustext="If you see entities (eg. &amp;#123;) in the Ganttchart, switch this off."/>
74                                        </menulist>
75                                </row>
76                                <row>
77                                        <hbox span="all">
78                                                <button label="Save" id="save" statustext="Save the changes made"/>
79                                                <button id="apply" label="Apply" statustext="apply the changes"/>
80                                                <button id="cancel" label="Cancel" statustext="Exit without saving"/>
81                                        </hbox>
82                                </row>
83                        </rows>
84                </grid>
85        </template>
86</overlay>
Note: See TracBrowser for help on using the repository browser.