source: contrib/ProjectManager/templates/default/milestone.edit.xet @ 3594

Revision 3594, 1.6 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: milestone.edit.xet 18388 2005-05-31 21:28:29Z ralfbecker $ -->
3<overlay>
4        <template id="projectmanager.milestone.edit" template="" lang="" group="0" version="0.2.001">
5                <grid width="100%">
6                        <columns>
7                                <column width="95"/>
8                                <column/>
9                                <column/>
10                        </columns>
11                        <rows>
12                                <row disabled="!@msg">
13                                        <description span="all" class="redItalic" align="center" id="msg" no_lang="1"/>
14                                        <description/>
15                                        <description/>
16                                </row>
17                                <row class="th">
18                                        <description options=",,,pm_id" value="Project"/>
19                                        <menulist span="all">
20                                                <menupopup id="pm_id" no_lang="1"/>
21                                        </menulist>
22                                </row>
23                                <row class="row">
24                                        <description options=",,,ms_title" value="Title"/>
25                                        <textbox size="64" maxlength="255" id="ms_title" span="all" needed="1"/>
26                                </row>
27                                <row class="row">
28                                        <description options=",,,ms_date" value="Date"/>
29                                        <date id="ms_date" needed="1"/>
30                                        <html id="js"/>
31                                </row>
32                                <row class="row">
33                                        <htmlarea span="all" id="ms_description"/>
34                                </row>
35                                <row>
36                                        <hbox span="2">
37                                                <button label="Edit" id="edit" statustext="Edit this milestone"/>
38                                                <button id="save" label="Save" statustext="Save the changes made"/>
39                                                <button id="apply" label="Apply" statustext="Apply the changes"/>
40                                                <button id="cancel" label="Cancel" statustext="Close the window, discard the changes made" onclick="window.close();"/>
41                                        </hbox>
42                                        <button label="Delete" align="right" id="delete" statustext="Delete this milestone" onclick="return confirm('Delete this milestone');"/>
43                                </row>
44                        </rows>
45                </grid>
46        </template>
47</overlay>
Note: See TracBrowser for help on using the repository browser.