1 | <?xml version="1.0"?> |
---|
2 | <?xml-stylesheet type="text/xsl" href="layout.xsl"?> |
---|
3 | <object name="student_password" meta_type="CPS Layout"> |
---|
4 | <property name="layout_create_method"></property> |
---|
5 | <property name="layout_edit_method"></property> |
---|
6 | <property name="layout_view_method"></property> |
---|
7 | <property name="style_prefix">layout_password_</property> |
---|
8 | <property name="flexible_widgets"/> |
---|
9 | <property name="validate_values_expr"></property> |
---|
10 | |
---|
11 | <widget name="username" meta_type="String Widget"> |
---|
12 | <property name="title">Username</property> |
---|
13 | <property name="fields"> |
---|
14 | <element value="username"/> |
---|
15 | </property> |
---|
16 | <property name="hidden_layout_modes"> |
---|
17 | <element value="create"/> |
---|
18 | </property> |
---|
19 | </widget> |
---|
20 | |
---|
21 | <widget name="pw" meta_type="Password Widget"> |
---|
22 | <property name="title">Password</property> |
---|
23 | <property name="fields"> |
---|
24 | <element value="pw"/> |
---|
25 | </property> |
---|
26 | <property name="label">New Password</property> |
---|
27 | <property name="label_edit">New Password</property> |
---|
28 | <property name="help">Enter a New Password</property> |
---|
29 | <property name="readonly_layout_modes"/> |
---|
30 | <property name="hidden_layout_modes"/> |
---|
31 | <property name="hidden_readonly_layout_modes"/> |
---|
32 | <property name="display_width">12</property> |
---|
33 | </widget> |
---|
34 | <widget name="rpw" meta_type="Password Widget"> |
---|
35 | <property name="title">confirm Password</property> |
---|
36 | <property name="fields"> |
---|
37 | <element value="rpw"/> |
---|
38 | </property> |
---|
39 | <property name="label">Confirm Password</property> |
---|
40 | <property name="label_edit">Confirm Password</property> |
---|
41 | <property name="help">Confirm the New Password</property> |
---|
42 | <property name="display_width">12</property> |
---|
43 | <property name="password_widget">pw</property> |
---|
44 | </widget> |
---|
45 | |
---|
46 | <table> |
---|
47 | <row> |
---|
48 | <cell name="username"/> |
---|
49 | </row> |
---|
50 | <row> |
---|
51 | <cell name="pw"/> |
---|
52 | </row> |
---|
53 | <row> |
---|
54 | <cell name="rpw"/> |
---|
55 | </row> |
---|
56 | </table> |
---|
57 | </object> |
---|