[199] | 1 | <?xml version="1.0"?> |
---|
| 2 | <object name="course" meta_type="CPS Layout"> |
---|
| 3 | <property name="layout_create_method"></property> |
---|
| 4 | <property name="layout_edit_method"></property> |
---|
| 5 | <property name="layout_view_method"></property> |
---|
| 6 | <property name="style_prefix">layout_waeup_</property> |
---|
| 7 | <property name="flexible_widgets"/> |
---|
| 8 | <property name="validate_values_expr"></property> |
---|
[379] | 9 | <widget name="adm_status" meta_type="String Widget"> |
---|
| 10 | <property name="title">Adm Status</property> |
---|
| 11 | <property name="fields"> |
---|
| 12 | <element value="adm_status"/> |
---|
| 13 | </property> |
---|
| 14 | <property name="label">Adm Status</property> |
---|
| 15 | <property name="label_edit">Adm Status</property> |
---|
| 16 | <property name="readonly_layout_modes"/> |
---|
| 17 | <property name="hidden_layout_modes"/> |
---|
| 18 | <property name="hidden_readonly_layout_modes"/> |
---|
| 19 | </widget> |
---|
[256] | 20 | <widget name="category" meta_type="String Widget"> |
---|
| 21 | <property name="title">Category</property> |
---|
| 22 | <property name="fields"> |
---|
| 23 | <element value="category"/> |
---|
| 24 | </property> |
---|
| 25 | <property name="label">Category</property> |
---|
| 26 | <property name="label_edit">Category</property> |
---|
| 27 | <property name="readonly_layout_modes"/> |
---|
| 28 | <property name="hidden_layout_modes"/> |
---|
| 29 | <property name="hidden_readonly_layout_modes"/> |
---|
| 30 | </widget> |
---|
| 31 | <widget name="credits" meta_type="Int Widget"> |
---|
| 32 | <property name="title">Credits</property> |
---|
[199] | 33 | <property name="fields"> |
---|
[256] | 34 | <element value="credits"/> |
---|
[199] | 35 | </property> |
---|
[256] | 36 | <property name="label">Credits</property> |
---|
| 37 | <property name="label_edit">Credits</property> |
---|
| 38 | <property name="readonly_layout_modes"/> |
---|
| 39 | <property name="hidden_layout_modes"/> |
---|
| 40 | <property name="hidden_readonly_layout_modes"/> |
---|
[199] | 41 | </widget> |
---|
[379] | 42 | <widget name="former_code" meta_type="String Widget"> |
---|
| 43 | <property name="title">Former Code</property> |
---|
| 44 | <property name="fields"> |
---|
| 45 | <element value="former_code"/> |
---|
| 46 | </property> |
---|
| 47 | <property name="label">Former Code</property> |
---|
| 48 | <property name="label_edit">Former Code</property> |
---|
| 49 | <property name="readonly_layout_modes"/> |
---|
| 50 | <property name="hidden_layout_modes"/> |
---|
| 51 | <property name="hidden_readonly_layout_modes"/> |
---|
| 52 | </widget> |
---|
[256] | 53 | <widget name="org_code" meta_type="String Widget"> |
---|
| 54 | <property name="title">Original Code</property> |
---|
[199] | 55 | <property name="fields"> |
---|
[256] | 56 | <element value="org_code"/> |
---|
[199] | 57 | </property> |
---|
[256] | 58 | <property name="label">Original Code</property> |
---|
| 59 | <property name="label_edit">Original Code</property> |
---|
| 60 | <property name="readonly_layout_modes"/> |
---|
| 61 | <property name="hidden_layout_modes"/> |
---|
| 62 | <property name="hidden_readonly_layout_modes"/> |
---|
[199] | 63 | </widget> |
---|
[238] | 64 | <widget name="passmark" meta_type="Int Widget"> |
---|
[256] | 65 | <property name="title">Passmark</property> |
---|
[199] | 66 | <property name="fields"> |
---|
[238] | 67 | <element value="passmark"/> |
---|
[199] | 68 | </property> |
---|
| 69 | <property name="is_required">True</property> |
---|
[238] | 70 | <property name="label">Passmark</property> |
---|
| 71 | <property name="label_edit">Passmark</property> |
---|
| 72 | <property name="readonly_layout_modes"/> |
---|
| 73 | <property name="hidden_layout_modes"/> |
---|
| 74 | <property name="hidden_readonly_layout_modes"/> |
---|
[199] | 75 | </widget> |
---|
[256] | 76 | <widget name="semester" meta_type="Int Widget"> |
---|
[336] | 77 | <property name="title">Semester</property> |
---|
[199] | 78 | <property name="fields"> |
---|
| 79 | <element value="semester"/> |
---|
| 80 | </property> |
---|
[376] | 81 | <property name="label">Semester</property> |
---|
[336] | 82 | <property name="label_edit">Semester</property> |
---|
[238] | 83 | <property name="readonly_layout_modes"/> |
---|
| 84 | <property name="hidden_layout_modes"/> |
---|
| 85 | <property name="hidden_readonly_layout_modes"/> |
---|
[199] | 86 | </widget> |
---|
[616] | 87 | <widget name="title" meta_type="String Widget"> |
---|
| 88 | <property name="title">Course Title</property> |
---|
| 89 | <property name="fields"> |
---|
| 90 | <element value="title"/> |
---|
| 91 | </property> |
---|
| 92 | <property name="label">Course Title</property> |
---|
| 93 | <property name="label_edit">Course Title</property> |
---|
| 94 | <property name="readonly_layout_modes"/> |
---|
| 95 | <property name="hidden_layout_modes"/> |
---|
| 96 | <property name="hidden_readonly_layout_modes"/> |
---|
| 97 | <property name="display_width">60</property> |
---|
| 98 | </widget> |
---|
[199] | 99 | <table> |
---|
| 100 | <row> |
---|
[616] | 101 | <cell name="title"/> |
---|
| 102 | </row> |
---|
| 103 | <row> |
---|
[376] | 104 | <cell name="semester"/> |
---|
| 105 | </row> |
---|
| 106 | <row> |
---|
[256] | 107 | <cell name="credits"/> |
---|
[199] | 108 | </row> |
---|
| 109 | <row> |
---|
[238] | 110 | <cell name="passmark"/> |
---|
[199] | 111 | </row> |
---|
| 112 | </table> |
---|
| 113 | </object> |
---|
[616] | 114 | |
---|