app/soc/templates/soc/grading_record/edit.html
changeset 2739 22f41aafcedc
parent 2651 842c0f11fc1e
--- a/app/soc/templates/soc/grading_record/edit.html	Sat Aug 08 18:42:22 2009 +0100
+++ b/app/soc/templates/soc/grading_record/edit.html	Sun Aug 09 13:03:47 2009 -0700
@@ -49,13 +49,16 @@
   </tr>
   <tr>
    <td> 
-    <input style="font-weight: bold" type="submit" name="save" value="Save Changes"/></span>
+    <input style="font-weight: bold" type="submit" name="save" value="Save Changes"/>
    </td>
    <td> 
-    <input style="font-weight: bold" type="submit" name="save_update" value="Save Changes and Update Project"/></span>
+    <input style="font-weight: bold" type="submit" name="save_update" value="Save Changes and Update Project"/>
    </td>
    <td> 
-    <input style="font-weight: bold" type="submit" name="save_update_mail" value="Save Changes, Update Project and Send Mail"/></span>
+    <input style="font-weight: bold" type="submit" name="save_update_mail" value="Save Changes, Update Project and Send Mail"/>
+   </td>
+   <td>
+     <input type="button" value="Auto-Update this Record" onClick="parent.location='?id={{entity.key.id_or_name}}&update=1'">
    </td>
    <td>
      <input type="button" value="Back to Previous Page" onClick="javascript:history.go(-1)">