app/soc/templates/soc/student_proposal/list/heading.html
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 24 Mar 2009 08:46:18 +0000
changeset 1999 bb3317e4db12
parent 1983 ba5be8275a75
child 2099 c9792aca29f6
permissions -rw-r--r--
Now showing student name in list proposal views. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1423
54960277c85d Added student proposal view templates.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     1
<tr align="left">
1999
bb3317e4db12 Now showing student name in list proposal views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1983
diff changeset
     2
  <th class="first" align="right">Title</th>
bb3317e4db12 Now showing student name in list proposal views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1983
diff changeset
     3
  <th>Student</th>
1983
ba5be8275a75 Student proposal list now shows proper date and the normal list shows the organization name.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1465
diff changeset
     4
  <th>Organization Name</th>
1423
54960277c85d Added student proposal view templates.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     5
  <th>Last Modified on</th>
54960277c85d Added student proposal view templates.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     6
</tr>