2
|
1 |
<wizardPage
|
|
2 |
id="basics"
|
|
3 |
label="%basics2xPage.label">
|
|
4 |
<description>%basics2xPage.desc</description>
|
|
5 |
<uidField
|
|
6 |
id="uid3"
|
|
7 |
label="%basics2xPage.uid3.label"
|
|
8 |
min="0x01000000"
|
|
9 |
max="0x0fffffff"
|
|
10 |
mandatory="true">
|
|
11 |
<description>%basics2xPage.uid3.desc</description>
|
|
12 |
</uidField>
|
|
13 |
<textField
|
|
14 |
id="author"
|
|
15 |
label="%basics2xPage.author.label"
|
|
16 |
persist="true">
|
|
17 |
<description>%basics2xPage.author.desc</description>
|
|
18 |
</textField>
|
|
19 |
<textField
|
|
20 |
id="copyright"
|
|
21 |
label="%basics2xPage.copyright.label"
|
|
22 |
multiline="true"
|
|
23 |
default="Your copyright notice"
|
|
24 |
persist="true">
|
|
25 |
<description>%basics2xPage.copyright.desc</description>
|
|
26 |
</textField>
|
|
27 |
</wizardPage>
|