Made the Student Proposal review page more clear by separating the submit button from the other buttons.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- a/app/soc/templates/soc/student_proposal/review.html Wed Mar 25 17:44:36 2009 +0000
+++ b/app/soc/templates/soc/student_proposal/review.html Wed Mar 25 17:55:16 2009 +0000
@@ -61,6 +61,9 @@
<hr />
<form method="POST">
+ <tr>
+ <td><b>Score and Review</b></td>
+ </tr>
<table>
{% block form_table %}
{% as_table form %}
@@ -74,6 +77,11 @@
<td>
<input style="font-weight: bold" type="submit" value="Submit"/></span>
</td>
+ </tr>
+ <tr>
+ <td><b>Other Options:</b></td>
+ </tr>
+ <tr>
{% if add_me_as_mentor %}
<td>
<input style="font-weight: bold" type="button" value="I am willing to mentor this student"
@@ -93,6 +101,7 @@
onclick="location.href='?ineligible=1'"/>
</td>
{% endif %}
+ </tr>
</table>
</form>