- Timestamp:
- 21 Oct 2006, 12:23:15 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts/acco_hall.xml
r714 r736 124 124 <property name="label_true">female</property> 125 125 </widget> 126 <table> 126 <widget name="maintainance_code" meta_type="Select Widget"> 127 <property name="title">Maintainance Code</property> 128 <property name="fields"> 129 <element value="maintainance_code"/> 130 </property> 131 <property name="is_required">True</property> 132 <property name="label">Maintainance Code</property> 133 <property name="label_edit">Maintainance Code</property> 134 <property name="readonly_layout_modes"/> 135 <property name="hidden_layout_modes"/> 136 <property name="hidden_readonly_layout_modes"/> 137 <property name="vocabulary">pin_prefixes</property> 138 </widget> 139 <table> 127 140 <row> 128 141 <cell name="Title"/> 142 </row> 143 <row> 144 <cell name="maintainance_code"/> 129 145 </row> 130 146 <row> -
WAeUP_SRP/trunk/profiles/default/schemas/acco_hall.xml
r714 r736 24 24 </field> 25 25 <field name="which_sex" meta_type="CPS Boolean Field"> 26 </field> 26 </field> 27 <field name="maintainance_code" meta_type="CPS String Field"/> 27 28 </object> -
WAeUP_SRP/trunk/skins/waeup_academics/academics_document_view.pt
r735 r736 1 1 <metal:html tal:define="info context/getDocumentInfo; 2 infoscontext/getStudentInfo;2 s_info context/getStudentInfo; 3 3 is_manager info/is_manager|nothing;" 4 4 > … … 11 11 </a> 12 12 <h3> 13 <span tal:condition="python:is_manager and infos">14 <span tal:content=" infos/student/Title" />:13 <span tal:condition="python:is_manager and s_info"> 14 <span tal:content="s_info/student/Title" />: 15 15 </span> 16 16 <span tal:content="here/title_or_id" />
Note: See TracChangeset for help on using the changeset viewer.