app/soc/templates/soc/student/list/heading.html
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 06 Apr 2009 22:02:16 +0000
changeset 2100 601c69a8976d
parent 1379 e6341549300c
permissions -rw-r--r--
Added name column to all role lists. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1379
e6341549300c Added student view and accompanying templates.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     1
<tr align="left">
2100
601c69a8976d Added name column to all role lists.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1379
diff changeset
     2
  <th class="first" align="right">Student Name</th>
1379
e6341549300c Added student view and accompanying templates.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     3
  <th>Student ID</th>
2100
601c69a8976d Added name column to all role lists.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1379
diff changeset
     4
  <th>Program ID</th>
1379
e6341549300c Added student view and accompanying templates.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     5
</tr>