Changeset 1837 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
31 May 2007, 04:05:36 (17 years ago)
Author:
Henrik Bettermann
Message:

logging message added

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/clearance_edit.py

    r1608 r1837  
    128128    psm = "Please correct your errors!"
    129129    args = getFormUidUrlArg(REQUEST)
     130    logger.info('%s got error when editing %s' % (member_id,student_id))
    130131
    131132args['portal_status_message'] = psm
  • WAeUP_SRP/trunk/skins/waeup_student/layout_clearance_view.pt

    r1737 r1837  
    2222            <tr>                         
    2323            <tal:block condition="widget/label">
    24             <td width="180px" valign="top">
     24            <td width="180px">
    2525              <span i18n:translate="" tal:condition="widget/is_i18n">
    2626                  <span tal:content="widget/label" />:</span>
     
    3434            </td>
    3535            </tal:block>             
    36             <td valign="top">
     36            <td valign="bottom">
    3737             <div class="ddescription" tal:condition="cell/widget_rendered" tal:content="structure cell/widget_rendered"></div>
    3838             <div class="ddescription" tal:condition="not:cell/widget_rendered"> none </div>
Note: See TracChangeset for help on using the changeset viewer.