Make "Private Comment" first in the selection box on Student Proposal review page.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Wed, 08 Apr 2009 22:47:46 +0000
changeset 2135 cafa4caec14f
parent 2134 bd93e34108b8
child 2136 5d55e61dd338
Make "Private Comment" first in the selection box on Student Proposal review page. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/soc/templates/soc/student_proposal/review.html
--- a/app/soc/templates/soc/student_proposal/review.html	Wed Apr 08 22:21:50 2009 +0000
+++ b/app/soc/templates/soc/student_proposal/review.html	Wed Apr 08 22:47:46 2009 +0000
@@ -72,11 +72,11 @@
       </td>
       <td class="formfieldvalue" colspan=3>
         <select id="commenttypeselector" onchange="commentType();">
+          <option value="Private">Private Comment</option>
+          {% if is_org_admin %}
+           <option value="Admin">Admin Comment</option>
+          {% endif %}
           <option value="Public">Comment Visible to Student</option>
-          <option value="Private">Private Comment</option>
-         {% if is_org_admin %}
-          <option value="Admin">Admin Comment</option>
-         {% endif %} 
         </select>
       </td>
     </tr>