source: WAeUP_SRP/trunk/skins/waeup_fceoyo/students_actions.pt @ 5518

Last change on this file since 5518 was 4006, checked in by Henrik Bettermann, 16 years ago

resolve ticket aaue #16

Enable assigment of clearance officer role on certificate level. Do not show local roles on search student page.

File size: 843 bytes
RevLine 
[4006]1<metal:block define-macro="students_actions">
2
3  <strong>
4    <nobr><a href="statistics_simple_view">Basic Student Statistics</a>
5    &nbsp;&nbsp;&nbsp;&nbsp;</nobr>     
6    <span tal:condition="context/isSectionOfficer">
7      <nobr><a href="apply_admission_manage">Application Process</a>
8      &nbsp;&nbsp;&nbsp;&nbsp;</nobr>     
9      <nobr><a href="view_logs">View Log Files</a>
10      &nbsp;&nbsp;&nbsp;&nbsp;</nobr>
11      <nobr><a href="add_student">Add Student Record</a>       
12      &nbsp;&nbsp;&nbsp;&nbsp;</nobr>
13      <nobr><a href="deactivate_students">Deactivate Student Record(s)</a>
14      &nbsp;&nbsp;&nbsp;&nbsp;</nobr>
15    </span>
16    <span tal:condition="context/isSectionManager">
17      <nobr><a href="remove_students">Remove Student Record(s)</a></nobr>
18    </span>
19  </strong>
20
21</metal:block>
22
Note: See TracBrowser for help on using the repository browser.