removed tc_parent, tc_child, and tc_aaronic tables, moved required info into tc_indiv...
[eq/.git] / templates / default / int_update.tpl
index 74ee4694570b4452909e6e1bbcc423615acd8ef1..2f846fad90f6369c130bf38f06d599bf8dda6bf0 100644 (file)
@@ -3,8 +3,7 @@
 <center>
        <form action="{actionurl}" method="POST">
        <input type=hidden name=interviewer value={interviewer}>
-       <input type=hidden name=elder value={elder}>
-       <input type=hidden name=aaronic value={aaronic}>
+       <input type=hidden name=indiv value={indiv}>
        <input type=hidden name=companionship value={companionship}>
        <table border="0" width="60%" cellspacing="2" cellpadding="2">
                <tr>
@@ -34,7 +33,7 @@
                </tr>
                <tr>    
                        <td align="left"><font face="{font}" size="{font_size}">
-                       <textarea cols="60" rows="10" name="notes" wrap="virtual" {readonly}>{notes}</textarea></font></td>
+                       <textarea cols="100" rows="10" name="notes" wrap="virtual" {readonly}>{notes}</textarea></font></td>
                </tr>
        </table>