Changeset 1212


Ignore:
Timestamp:
6 Jan 2007, 14:44:53 (18 years ago)
Author:
joachim
Message:

added Memberdetails link

File:
1 edited

Legend:

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

    r1197 r1212  
    11<metal:html tal:define="info context/getStudentFolderInfo;
    2                 is_staff info/is_staff;
     2                is_so info/is_sectionofficer|nothing;
     3                is_staff info/is_staff|nothing;
    34                is_student info/is_student">
    45  <metal:body use-macro="here/main_template/macros/master">
     
    3940            </td>
    4041          </tr>
     42      <tr tal:condition="is_so">
     43        <td colspan="3">     
     44          <a href=""
     45             tal:attributes="href string:${context/portal_url}/portal_directories/students/${info/id}/manage_main">
     46            Memberdetails
     47          </a>
     48        </td>
     49      </tr>
    4150        </table>
    4251
Note: See TracChangeset for help on using the changeset viewer.