Last change
on this file since 11102 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
|
Rev | Line | |
---|
[4006] | 1 | <metal:block define-macro="students_actions">
|
---|
| 2 |
|
---|
| 3 | <strong>
|
---|
| 4 | <nobr><a href="statistics_simple_view">Basic Student Statistics</a>
|
---|
| 5 | </nobr>
|
---|
| 6 | <span tal:condition="context/isSectionOfficer">
|
---|
| 7 | <nobr><a href="apply_admission_manage">Application Process</a>
|
---|
| 8 | </nobr>
|
---|
| 9 | <nobr><a href="view_logs">View Log Files</a>
|
---|
| 10 | </nobr>
|
---|
| 11 | <nobr><a href="add_student">Add Student Record</a>
|
---|
| 12 | </nobr>
|
---|
| 13 | <nobr><a href="deactivate_students">Deactivate Student Record(s)</a>
|
---|
| 14 | </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.