changed note field in tc_accomplishment to notes
[eq/.git] / templates / default / admin.tpl
index 5a6a40601687c1e379275bf21006a7293e5b0b3d..2f2ad73507cae332171c76ae4c011401f5440e77 100644 (file)
@@ -21,7 +21,7 @@
            Choose the MLS data file to upload (.zip): <input name="uploadedfile" type="file" size=40><br>
             It must contain the following files from MLS: Membership.csv, Hometeaching.csv, Organization.csv
             <br><br>
-           <input type="submit" value="Import Data File"> &nbsp; (Import can take up to 30 seconds)
+           <input type="submit" value="Import Data File"> &nbsp; (Import can take up to 60 seconds)
            </form>
          </td>
         </tr>
        </table>
 <!-- END upload -->
 
-<!-- BEGIN presidency -->
+<!-- BEGIN leader -->
        <center>
         <table border="0" width="80%" cellspacing="2" cellpadding="2">
        <tr>
           <td align="left">
            <hr>
-           <b>Update the EQ Presidency Table</b>
+           <b>Update the Leadership Table</b>
            <br><br>
-           <form enctype="multipart/form-data" action="{presidency_action}" method="POST">
+           <form enctype="multipart/form-data" action="{leader_action}" method="POST">
             <table border="0" width="80%" cellspacing="2" cellpadding="2">
             <tr bgcolor="#c9c9c9"><font face="{font}">{header_row}</tr>
             {table_data}
             </table>
             <b>Notes:</b>
-           <br>Make sure you have at least 1 EQ Presidency member that is marked with "EQ Presidency=1".
-            <br>This entry is used to email the entire presidency, and its email address should cause that to happen.
-            <br>If a member of the presidency is not a District Leader, make sure to set their "District=0".
-           <br>The President, Counselor, Secretary, and EQ Presidency fields are boolean value (true|false) flags.
-            <br>You can only add 1 new presidency member at a time (1 per each update request to the table).
+            <br>- The District is a drop-down list. Please assign a unique district number per district supervisor.
+           <br>- The President, Counselor, Secretary, and Presidency fields are boolean value (true|false) flags.
+            <br>If a member of the presidency is not a District Leader, make sure to set their "District=0".
+            <br>- If a district leader is not a member of the presidency, add them without setting any other flags except the district.
+            <br>You can only add 1 new presidency member at a time (1 per each update request to the table).
            <br><br>
-           <input type="submit" value="Update EQ Presidency Table">
+           <input type="submit" value="Update Leadership Table">
            </form>
           </td>
         </tr>
         </table>
         </center>
-<!-- END presidency -->
+<!-- END leader -->
 
 <!-- BEGIN cmd -->