Last change
on this file since 16680 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 | </nobr>
|
---|
6 | <nobr><a href="statistics_ret_view">Returning Student Statistics</a>
|
---|
7 | </nobr>
|
---|
8 | <nobr><a href="statistics_simple_view">Basic Student Statistics</a>
|
---|
9 | </nobr>
|
---|
10 | <span tal:condition="context/isSectionOfficer">
|
---|
11 | <nobr><a href="apply_admission_manage">Application Process</a>
|
---|
12 | </nobr>
|
---|
13 | <nobr><a href="view_logs">View Log Files</a>
|
---|
14 | </nobr>
|
---|
15 | <nobr><a href="add_student">Add Student Record</a>
|
---|
16 | </nobr>
|
---|
17 | <nobr><a href="deactivate_students">Deactivate Student Record(s)</a>
|
---|
18 | </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.