Changeset 680 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
13 Oct 2006, 06:14:01 (18 years ago)
Author:
Henrik Bettermann
Message:

accommodation and application methods are now completely equal

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

Legend:

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

    r667 r680  
    1515            tal:content="structure python: info['acco_doc'].render(proxy=info['acco_doc'],
    1616            layout_mode='view_slip',
    17             layout_id='student_accommodation')"
     17            layout_id='student_accommodation_fe')"
    1818            />
    1919    </metal:main>
  • WAeUP_SRP/trunk/skins/waeup_student/accommodation_view.pt

    r660 r680  
    2323              tal:content="structure python: info['acco_doc'].render(proxy=info['acco_doc'],
    2424              layout_mode='view',
    25               layout_id='student_accommodation')"
     25              layout_id='student_accommodation_fe')"
    2626              />
    2727      </span>
  • WAeUP_SRP/trunk/skins/waeup_student/application_view.pt

    r661 r680  
    1818        </div>
    1919
    20 
    2120        <h3>My Application Record</h3>
    2221        <br />
  • WAeUP_SRP/trunk/skins/waeup_student/searchStudents.py

    r678 r680  
    126126                             )
    127127return context.students_manager_view(rendered = rend,
    128                              psm = """Your search for "%s" in %s with state %s failed""" % (st,what,state),
     128                             psm = """Your search for "%s" in %s with state %s failed.""" % (st,what,state),
    129129                             students = students,
    130130                             is_manager = is_manager,
Note: See TracChangeset for help on using the changeset viewer.