Minor restructuring of program locations.
[eq/.git] / templates / default / admin.tpl
index d2a87bac8aa18dcf5309c2520fe4ec894f97868a..92853122bc4cbad8e6b772bffab53ba6fdcc7de9 100644 (file)
            <form enctype="multipart/form-data" action="{upload_action}" method="POST">
            <input type="hidden" name="MAX_FILE_SIZE" value="500000">
            Choose the MLS data file to upload (.zip): <input name="uploadedfile" type="file" size=40><br>
-            <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)
            </form>
-            <hr>
          </td>
         </tr>
         </table>
        </table>
 <!-- END upload -->
 
+<!-- BEGIN presidency -->
+       <center>
+        <table border="0" width="80%" cellspacing="2" cellpadding="2">
+       <tr>
+          <td align="left">
+           <hr>
+           <b>Update the EQ Presidency Table</b>
+           <br><br>
+           <form enctype="multipart/form-data" action="{presidency_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><br>
+           <input type="submit" value="Update EQ Presidency Table">
+           </form>
+          </td>
+        </tr>
+        </table>
+        </center>
+<!-- END presidency -->
+
 <!-- BEGIN cmd -->
 
 <!-- END cmd -->