Made the Student Proposal review page more clear by separating the submit button from the other buttons.
authorLennard de Rijk <ljvderijk@gmail.com>
Wed, 25 Mar 2009 17:55:16 +0000
changeset 2010 b380c64085ef
parent 2009 b060d531b5d7
child 2011 c4e1aa9ac8ca
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
app/soc/templates/soc/student_proposal/review.html
--- 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>