From 57f9cc779b074e1d960c70737984210d00bdda82 Mon Sep 17 00:00:00 2001 From: inghamn Date: Wed, 6 Jan 2010 18:10:10 +0000 Subject: [PATCH] Changed all the H1's to be H2's git-svn-id: https://rosehill.googlecode.com/svn/branches/php@32 100bd78a-fc82-11de-b5bc-ffd2847a4b57 --- blocks/html/cemeteries/addCemeteryForm.inc | 2 +- blocks/html/cemeteries/cemeteryList.inc | 4 ++-- blocks/html/cemeteries/updateCemeteryForm.inc | 2 +- blocks/html/deeds/addDeedForm.inc | 2 +- blocks/html/deeds/deedList.inc | 4 ++-- blocks/html/deeds/updateDeedForm.inc | 2 +- blocks/html/interments/addIntermentForm.inc | 2 +- blocks/html/interments/findForm.inc | 6 +++--- blocks/html/interments/updateIntermentForm.inc | 2 +- blocks/html/people/addPersonForm.inc | 2 +- blocks/html/people/personInfo.inc | 2 +- blocks/html/people/personList.inc | 4 ++-- blocks/html/people/updatePersonForm.inc | 2 +- blocks/html/sections/addSectionForm.inc | 2 +- blocks/html/sections/updateSectionForm.inc | 2 +- blocks/html/users/addUserForm.inc | 2 +- blocks/html/users/updateUserForm.inc | 2 +- blocks/html/users/userList.inc | 4 ++-- 18 files changed, 24 insertions(+), 24 deletions(-) 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

@@ -21,7 +21,7 @@
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

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 -

+
Username $username
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) {