Ignore:
Timestamp:
21 Aug 2007, 16:50:33 (17 years ago)
Author:
Henrik Bettermann
Message:

beautify apply_pume layout

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

Legend:

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

    r2136 r2141  
    6363    mode = "view_slip"
    6464    logger.info('%s views application slip' % (reg_no))
    65    
     65
    6666res,psm,ds = lt.renderLayout(layout_id= 'application',
    6767                             schema_id= 'application',
     
    146146    else:
    147147        mode = "edit"
    148         logger.info('%s edits application process' % (reg_no))
     148        logger.info('%s edits application record' % (reg_no))
    149149    psm = ""
    150150    #set_trace()
  • WAeUP_SRP/trunk/skins/waeup_student/layout_apply_pume_create.pt

    r2101 r2141  
    3232                   
    3333            <td tal:condition="python:widget.label_edit and widget.label_edit!='label field'">               
    34               <div tal:attributes="class python:test(is_required, 'label required','label')">
     34              <div class="label">
    3535                <label tal:content="widget/label_edit"
    3636                  tal:attributes="for cell/widget_input_area_id|nothing;">label</label>
Note: See TracChangeset for help on using the changeset viewer.