Changeset 1061
- Timestamp:
- 14 Dec 2006, 14:38:05 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/vocabularies/scratch_card_search_mode.xml
r1059 r1061 7 7 <item key="student" msgid="">used by Student with ID (JAMBRegNo for APP SCs)</item> 8 8 <item key="pin" msgid="">with PIN</item> 9 <item key="serial" msgid="">with PIN</item>9 <item key="serial" msgid="">with Serial No</item> 10 10 </object> -
WAeUP_SRP/trunk/skins/waeup_student/clearance_slip.pt
r1044 r1061 45 45 layout_id='student_clearance_fe')" 46 46 /> 47 47 <span tal:condition="not:context/isStudent"> 48 48 <br /><br /> 49 49 <table width=100%> … … 58 58 <td width=50%>Student</td><td>Clearance Officer</td> 59 59 </tr> 60 </table> 61 60 </table> 61 </span> 62 62 63 63 </span> -
WAeUP_SRP/trunk/skins/waeup_student/layout_clearance_view.pt
r844 r1061 9 9 <span tal:repeat="row layout/rows"> 10 10 <span tal:repeat="cell row"> 11 <span tal:condition="python:cell['widget_rendered'] 12 and not cell['widget_rendered'] in ('None','-',) 13 or cell['widget_id'] == 'birth_certificate'"> 11 14 <span tal:define="widget cell/widget" 12 15 tal:condition="python:cell['widget_id'] not in fields_not_displayed"> … … 32 35 </tal:block> 33 36 <td valign="top"> 34 <div class="ddescription" tal:condition="cell " tal:content="structure cell/widget_rendered"></div>37 <div class="ddescription" tal:condition="cell/widget_rendered" tal:content="structure cell/widget_rendered"></div> 35 38 <div class="ddescription" tal:condition="not:cell/widget_rendered"> none </div> 36 39 </td> 37 40 </tr> 38 </div> 39 </span> 41 </div> 42 </span> 43 </span> 40 44 </span> 41 45 </span>
Note: See TracChangeset for help on using the changeset viewer.