Changeset 1061


Ignore:
Timestamp:
14 Dec 2006, 14:38:05 (18 years ago)
Author:
Henrik Bettermann
Message:

Issoufou's and Oluwafemi's requests

Location:
WAeUP_SRP/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/vocabularies/scratch_card_search_mode.xml

    r1059 r1061  
    77 <item key="student" msgid="">used by Student with ID (JAMBRegNo for APP SCs)</item>
    88 <item key="pin" msgid="">with PIN</item>
    9  <item key="serial" msgid="">with PIN</item>
     9 <item key="serial" msgid="">with Serial No</item>
    1010</object>
  • WAeUP_SRP/trunk/skins/waeup_student/clearance_slip.pt

    r1044 r1061  
    4545              layout_id='student_clearance_fe')"
    4646              />
    47               
     47        <span tal:condition="not:context/isStudent">   
    4848              <br /><br />
    4949              <table  width=100%>
     
    5858              <td width=50%>Student</td><td>Clearance Officer</td>
    5959              </tr>
    60               </table>             
    61               
     60              </table>
     61         </span>              
    6262             
    6363      </span>
  • WAeUP_SRP/trunk/skins/waeup_student/layout_clearance_view.pt

    r844 r1061  
    99    <span tal:repeat="row layout/rows">
    1010        <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'">
    1114          <span tal:define="widget cell/widget"
    1215                tal:condition="python:cell['widget_id'] not in fields_not_displayed">
     
    3235            </tal:block>             
    3336            <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>
    3538             <div class="ddescription" tal:condition="not:cell/widget_rendered"> none </div>
    3639              </td>
    3740            </tr>
    38           </div>
    39         </span>
     41            </div>
     42          </span>
     43          </span>
    4044      </span>
    4145    </span>
Note: See TracChangeset for help on using the changeset viewer.