diff --git a/blocks/html/cemeteries/addCemeteryForm.inc b/blocks/html/cemeteries/addCemeteryForm.inc index 3d7c5a1..bfb5381 100644 --- a/blocks/html/cemeteries/addCemeteryForm.inc +++ b/blocks/html/cemeteries/addCemeteryForm.inc @@ -5,7 +5,7 @@ * @author Cliff Ingham */ ?> -Add Cemetery +Add Cemetery Cemetery Info diff --git a/blocks/html/cemeteries/cemeteryList.inc b/blocks/html/cemeteries/cemeteryList.inc index 7fd334d..c7c7200 100644 --- a/blocks/html/cemeteries/cemeteryList.inc +++ b/blocks/html/cemeteries/cemeteryList.inc @@ -6,7 +6,7 @@ */ ?> - + Cemeteries - + cemeteryList as $cemetery) { $editButton = ''; diff --git a/blocks/html/cemeteries/updateCemeteryForm.inc b/blocks/html/cemeteries/updateCemeteryForm.inc index d51856d..2ddea51 100644 --- a/blocks/html/cemeteries/updateCemeteryForm.inc +++ b/blocks/html/cemeteries/updateCemeteryForm.inc @@ -6,7 +6,7 @@ * @param Cemetery $this->cemetery */ ?> -Update Cemetery +Update Cemetery Cemetery Info diff --git a/blocks/html/deeds/addDeedForm.inc b/blocks/html/deeds/addDeedForm.inc index 7572676..c6209f6 100644 --- a/blocks/html/deeds/addDeedForm.inc +++ b/blocks/html/deeds/addDeedForm.inc @@ -5,7 +5,7 @@ * @author Cliff Ingham */ ?> -Add Deed +Add Deed Deed Info diff --git a/blocks/html/deeds/deedList.inc b/blocks/html/deeds/deedList.inc index 0216b87..21bc56d 100644 --- a/blocks/html/deeds/deedList.inc +++ b/blocks/html/deeds/deedList.inc @@ -7,7 +7,7 @@ */ ?> - + Deeds - + diff --git a/blocks/html/deeds/updateDeedForm.inc b/blocks/html/deeds/updateDeedForm.inc index 6c064ef..682077c 100644 --- a/blocks/html/deeds/updateDeedForm.inc +++ b/blocks/html/deeds/updateDeedForm.inc @@ -6,7 +6,7 @@ @param Deed $this->deed */ ?> -Update Deed +Update Deed Deed Info diff --git a/blocks/html/interments/addIntermentForm.inc b/blocks/html/interments/addIntermentForm.inc index 90037a9..706f53c 100644 --- a/blocks/html/interments/addIntermentForm.inc +++ b/blocks/html/interments/addIntermentForm.inc @@ -7,7 +7,7 @@ */ $return_url = isset($this->return_url) ? $this->return_url : BASE_URL.'/interments'; ?> -Add Interment +Add Interment Interment Info diff --git a/blocks/html/interments/findForm.inc b/blocks/html/interments/findForm.inc index 5946d32..730f0e3 100644 --- a/blocks/html/interments/findForm.inc +++ b/blocks/html/interments/findForm.inc @@ -5,7 +5,7 @@ * @author Cliff Ingham */ ?> -Search Burial Records +Search Burial Records Last Name @@ -21,7 +21,7 @@ Cemetery - + Any Cemetery find(); @@ -38,7 +38,7 @@ Section - + Any Section $_GET['cemetery_id'])); diff --git a/blocks/html/interments/updateIntermentForm.inc b/blocks/html/interments/updateIntermentForm.inc index f7c00c6..a3e3c5f 100644 --- a/blocks/html/interments/updateIntermentForm.inc +++ b/blocks/html/interments/updateIntermentForm.inc @@ -8,7 +8,7 @@ */ $return_url = $this->return_url ? $this->return_url : BASE_URL.'/interments'; ?> -Update Interment +Update Interment Interment Info diff --git a/blocks/html/people/addPersonForm.inc b/blocks/html/people/addPersonForm.inc index 5cec339..1acb23c 100644 --- a/blocks/html/people/addPersonForm.inc +++ b/blocks/html/people/addPersonForm.inc @@ -5,7 +5,7 @@ * @author Cliff Ingham */ ?> -Add Person +Add Person Personal Info diff --git a/blocks/html/people/personInfo.inc b/blocks/html/people/personInfo.inc index 58a390e..09fe581 100644 --- a/blocks/html/people/personInfo.inc +++ b/blocks/html/people/personInfo.inc @@ -17,7 +17,7 @@ if (!$username && userIsAllowed('Users')) { $name = View::escape($this->person->getFullname()); echo " -$name +$name Username $username diff --git a/blocks/html/people/personList.inc b/blocks/html/people/personList.inc index 7d81224..c4f529a 100644 --- a/blocks/html/people/personList.inc +++ b/blocks/html/people/personList.inc @@ -7,7 +7,7 @@ */ ?> - @@ -17,7 +17,7 @@ } ?> People - + personList as $person) { diff --git a/blocks/html/people/updatePersonForm.inc b/blocks/html/people/updatePersonForm.inc index d91b4c1..f06808a 100644 --- a/blocks/html/people/updatePersonForm.inc +++ b/blocks/html/people/updatePersonForm.inc @@ -6,7 +6,7 @@ * @param Person $this->person */ ?> -Update Person +Update Person Person Info diff --git a/blocks/html/sections/addSectionForm.inc b/blocks/html/sections/addSectionForm.inc index 0b6d12f..5acdf0f 100644 --- a/blocks/html/sections/addSectionForm.inc +++ b/blocks/html/sections/addSectionForm.inc @@ -6,7 +6,7 @@ * @param Cemetery $this->cemetery */ ?> -Add Section +Add Section Section Info diff --git a/blocks/html/sections/updateSectionForm.inc b/blocks/html/sections/updateSectionForm.inc index b6c96fc..bef1b0b 100644 --- a/blocks/html/sections/updateSectionForm.inc +++ b/blocks/html/sections/updateSectionForm.inc @@ -6,7 +6,7 @@ * @param Section $this->section */ ?> -Update Section +Update Section Section Info diff --git a/blocks/html/users/addUserForm.inc b/blocks/html/users/addUserForm.inc index 300e890..b46c645 100644 --- a/blocks/html/users/addUserForm.inc +++ b/blocks/html/users/addUserForm.inc @@ -5,7 +5,7 @@ * @author Cliff Ingham */ ?> -New User Account +New User Account Login Info diff --git a/blocks/html/users/updateUserForm.inc b/blocks/html/users/updateUserForm.inc index b1d1fba..36d0be5 100644 --- a/blocks/html/users/updateUserForm.inc +++ b/blocks/html/users/updateUserForm.inc @@ -6,7 +6,7 @@ * @param User $this->user */ ?> -Edit user->getUsername(); ?> +Edit user->getUsername(); ?> Login Info diff --git a/blocks/html/users/userList.inc b/blocks/html/users/userList.inc index e612676..ce8b4f4 100644 --- a/blocks/html/users/userList.inc +++ b/blocks/html/users/userList.inc @@ -7,7 +7,7 @@ */ ?> - @@ -17,7 +17,7 @@ } ?> User Accounts - + userList as $user) {