Changeset 5157


Ignore:
Timestamp:
17 Apr 2010, 16:04:35 (15 years ago)
Author:
Henrik Bettermann
Message:

see #657 (in custom)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_layout/layout_clearance_view_slip.pt

    r5135 r5157  
    1414<span tal:condition="python:cell['widget_id'] == 'fst_sit_fname'" style="page-break-after:always">
    1515 <span tal:condition="not:context/isStudent">   
    16       <br /><br />
     16     
     17      <strong tal:define="co_id context/clearance_officer|nothing;" tal:condition="co_id">
     18      <table>
     19          <tr tal:define="co_member python:context.waeup_tool.getOfficerName(co_id);">
     20            <td width="180px" >Cleared By:</td>
     21            <td><span tal:content="co_member" /></td>
     22          </tr>
     23      </table>
     24      </strong>
     25      <br />
     26     
     27     
    1728      <table  width=100%>
    1829      <tr >
     
    2334      <table  width=100%>
    2435      <tr >
    25       <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Student</td>
    26       <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Clearance Officer</td>
     36      <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Student Signature</td>
     37      <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Clearance Officer Signature</td>
    2738      </tr>
    2839      </table>
     
    91102      <table  width=100%>
    92103      <tr >
    93       <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Student</td>
    94       <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Clearance Officer</td>
     104      <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Student Signature</td>
     105      <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Clearance Officer Signature</td>
    95106      </tr>
    96107      </table>
Note: See TracChangeset for help on using the changeset viewer.