source: WAeUP_SRP/trunk/skins/waeup_student/students_actions.pt @ 6996

Last change on this file since 6996 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: 1.0 KB
Line 
1<metal:block define-macro="students_actions">
2
3  <strong>
4    <nobr><a href="statistics_new_view">New Student Statistics</a>
5    &nbsp;&nbsp;&nbsp;&nbsp;</nobr>
6    <nobr><a href="statistics_ret_view">Returning Student Statistics</a>
7    &nbsp;&nbsp;&nbsp;&nbsp;</nobr>
8    <nobr><a href="statistics_simple_view">Basic Student Statistics</a>
9    &nbsp;&nbsp;&nbsp;&nbsp;</nobr>     
10    <span tal:condition="context/isSectionOfficer">
11      <nobr><a href="apply_admission_manage">Application Process</a>
12      &nbsp;&nbsp;&nbsp;&nbsp;</nobr>     
13      <nobr><a href="view_logs">View Log Files</a>
14      &nbsp;&nbsp;&nbsp;&nbsp;</nobr>
15      <nobr><a href="add_student">Add Student Record</a>       
16      &nbsp;&nbsp;&nbsp;&nbsp;</nobr>
17      <nobr><a href="deactivate_students">Deactivate Student Record(s)</a>
18      &nbsp;&nbsp;&nbsp;&nbsp;</nobr>
19    </span>
20    <span tal:condition="context/isSectionManager">
21      <nobr><a href="remove_students">Remove Student Record(s)</a></nobr>
22    </span>
23  </strong>
24
25</metal:block>
26
Note: See TracBrowser for help on using the repository browser.