Changeset 3123 for WAeUP_SRP/base


Ignore:
Timestamp:
7 Feb 2008, 07:04:59 (17 years ago)
Author:
Henrik Bettermann
Message:

limit size of passport picture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/accommodation_slip.pt

    r3116 r3123  
    1313          <table width="" cellpadding="2" cellspacing="0" summary="Form layout">
    1414            <tr tal:condition="python: here.waeup_tool.picturesExist(('passport',),info_acco['student_id'])">
    15               <td colspan="2"><img tal:attributes="src string:${here/portal_url}/viewimage/${info_acco/student_id}/passport_${info_acco/student_id}.jpg"/>
     15              <td colspan="2"><img width="150" tal:attributes="src string:${here/portal_url}/viewimage/${info_acco/student_id}/passport_${info_acco/student_id}.jpg"/>
    1616              </td>
    1717            </tr>   
Note: See TracChangeset for help on using the changeset viewer.