Changeset 736 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
21 Oct 2006, 12:23:15 (18 years ago)
Author:
joachim
Message:

renamed infos to s_info in academics_document_view
added maintainance code to acco_hall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_academics/academics_document_view.pt

    r735 r736  
    11<metal:html tal:define="info context/getDocumentInfo;
    2                         infos context/getStudentInfo;
     2                        s_info context/getStudentInfo;
    33                        is_manager info/is_manager|nothing;"
    44            >
     
    1111      </a>
    1212      <h3>
    13          <span tal:condition="python:is_manager and infos">
    14            <span tal:content="infos/student/Title" />:
     13         <span tal:condition="python:is_manager and s_info">
     14           <span tal:content="s_info/student/Title" />:
    1515         </span>
    1616         <span tal:content="here/title_or_id" />
Note: See TracChangeset for help on using the changeset viewer.