app/soc/templates/soc/student_proposal/review.html
changeset 2135 cafa4caec14f
parent 2110 ac91ff4fc313
child 2173 27731db8ab1e
equal deleted inserted replaced
2134:bd93e34108b8 2135:cafa4caec14f
    70       <td class="formfieldlabel">
    70       <td class="formfieldlabel">
    71         Comment Type:
    71         Comment Type:
    72       </td>
    72       </td>
    73       <td class="formfieldvalue" colspan=3>
    73       <td class="formfieldvalue" colspan=3>
    74         <select id="commenttypeselector" onchange="commentType();">
    74         <select id="commenttypeselector" onchange="commentType();">
       
    75           <option value="Private">Private Comment</option>
       
    76           {% if is_org_admin %}
       
    77            <option value="Admin">Admin Comment</option>
       
    78           {% endif %}
    75           <option value="Public">Comment Visible to Student</option>
    79           <option value="Public">Comment Visible to Student</option>
    76           <option value="Private">Private Comment</option>
       
    77          {% if is_org_admin %}
       
    78           <option value="Admin">Admin Comment</option>
       
    79          {% endif %} 
       
    80         </select>
    80         </select>
    81       </td>
    81       </td>
    82     </tr>
    82     </tr>
    83     <tbody id="commentpublic">
    83     <tbody id="commentpublic">
    84       {% block comment_public_form_table %}
    84       {% block comment_public_form_table %}