Last change
on this file since 11102 was
4392,
checked in by Henrik Bettermann, 15 years ago
|
resolve schools #10
change section titkes (uploads and students)
|
File size:
727 bytes
|
Rev | Line | |
---|
[4006] | 1 | <metal:block define-macro="students_actions">
|
---|
| 2 |
|
---|
| 3 | <strong>
|
---|
| 4 | <span tal:condition="context/isSectionOfficer">
|
---|
| 5 | <nobr><a href="apply_admission_manage">Application Process</a>
|
---|
| 6 | </nobr>
|
---|
| 7 | <nobr><a href="view_logs">View Log Files</a>
|
---|
| 8 | </nobr>
|
---|
| 9 | <nobr><a href="add_student">Add Student Record</a>
|
---|
| 10 | </nobr>
|
---|
| 11 | <nobr><a href="deactivate_students">Deactivate Student Record(s)</a>
|
---|
| 12 | </nobr>
|
---|
| 13 | </span>
|
---|
| 14 | <span tal:condition="context/isSectionManager">
|
---|
| 15 | <nobr><a href="remove_students">Remove Student Record(s)</a></nobr>
|
---|
| 16 | </span>
|
---|
| 17 | </strong>
|
---|
| 18 |
|
---|
| 19 | </metal:block>
|
---|
| 20 |
|
---|
Note: See
TracBrowser for help on using the repository browser.