Changeset 5135


Ignore:
Timestamp:
9 Apr 2010, 12:44:50 (14 years ago)
Author:
Henrik Bettermann
Message:

change first signature

File:
1 edited

Legend:

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

    r5134 r5135  
    1212<span  tal:omit-tag="" tal:repeat="cell row">
    1313
    14 <span tal:condition="python:cell['widget_id'] == 'fst_sit_results'" style="page-break-after:always">
     14<span tal:condition="python:cell['widget_id'] == 'fst_sit_fname'" style="page-break-after:always">
    1515 <span tal:condition="not:context/isStudent">   
    16      
     16      <br /><br />
     17      <table  width=100%>
     18      <tr >
     19      <td width=50%>Date:</td><td>Date:</td>
     20      </tr>
     21      </table>
    1722      <br /><br /><br /><br />
    1823      <table  width=100%>
    1924      <tr >
    20       <td width=50%></td>
     25      <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Student</td>
    2126      <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Clearance Officer</td>
    2227      </tr>
    2328      </table>
    24       <br /><br />
     29      <br />
    2530 </span>   
    2631</span>                                 
     
    6570</span>
    6671
     72  <strong tal:define="co_id context/clearance_officer|nothing;" tal:condition="co_id">
    6773  <table>
    68     <span  tal:define="co_id context/clearance_officer|nothing;"
    69            tal:condition="co_id">
    7074        <tr tal:define="co_member python:context.waeup_tool.getOfficerName(co_id);">
    7175          <td width="180px" >Cleared By:</td>
    7276          <td><span tal:content="co_member" /></td>
    7377        </tr>
    74     </span>
    75  
    7678  </table>
     79  </strong>
    7780 
    7881 
Note: See TracChangeset for help on using the changeset viewer.