source: WAeUP_SRP/trunk/skins/waeup_ois/students_actions.pt @ 7250

Last change on this file since 7250 was 4392, checked in by Henrik Bettermann, 15 years ago

resolve schools #10

change section titkes (uploads and students)

File size: 727 bytes
Line 
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      &nbsp;&nbsp;&nbsp;&nbsp;</nobr>     
7      <nobr><a href="view_logs">View Log Files</a>
8      &nbsp;&nbsp;&nbsp;&nbsp;</nobr>
9      <nobr><a href="add_student">Add Student Record</a>       
10      &nbsp;&nbsp;&nbsp;&nbsp;</nobr>
11      <nobr><a href="deactivate_students">Deactivate Student Record(s)</a>
12      &nbsp;&nbsp;&nbsp;&nbsp;</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.