From 6297f4c1657585de3c425d6be9588db58b34955b Mon Sep 17 00:00:00 2001
From: Alan Jack Pippin <ajp@pippin.(none)>
Date: Sat, 5 Jan 2008 23:54:24 -0700
Subject: [PATCH] Final notes added to the install process.

---
 doc/install.txt             | 12 ++++++++----
 templates/default/admin.tpl |  1 +
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/doc/install.txt b/doc/install.txt
index 10ae9fe..7ccd814 100644
--- a/doc/install.txt
+++ b/doc/install.txt
@@ -6,15 +6,18 @@ Alan Pippin <apippin@pippins.net>
    v1.0, 19 May 2005
    
    Steps for installing Elders Quroum app
-     _________________________________________________________________
+   _________________________________________________________________
    
 Getting and Installing
 
 Downloading
 
-   Can be downloaded from some url.
-     _________________________________________________________________
-   
+   Can be downloaded from:
+   https://eq.pippins.net/eq.tar
+
+   It can also be obtained via the GIT revision control system by pulling from here:
+   http://git.pippins.net/eq/
+
 Installing
 
    1) Setup the mysql table structures for the EQ application
@@ -27,6 +30,7 @@ Installing
       upload_target_path & script_path
    4) A graphical representation of the mysql schema used by this application can 
       be found here: eq/sql/eq.jpg
+   5) Click on the Admin tool in the EQ app to import your initial set of ward data
 
 Requirements
 
diff --git a/templates/default/admin.tpl b/templates/default/admin.tpl
index 9285312..5a6a406 100644
--- a/templates/default/admin.tpl
+++ b/templates/default/admin.tpl
@@ -59,6 +59,7 @@
             <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><br>
 	    <input type="submit" value="Update EQ Presidency Table">
 	    </form>
-- 
2.34.1