From 25468f1a371d79bd11c2c00979347a0dc0493f77 Mon Sep 17 00:00:00 2001 From: inghamn Date: Thu, 28 Jan 2010 15:23:51 +0000 Subject: [PATCH] Find Deeds and Find Interments now use the same form git-svn-id: https://rosehill.googlecode.com/svn/trunk@58 100bd78a-fc82-11de-b5bc-ffd2847a4b57 --- blocks/html/deeds/findForm.inc | 74 ++----------------- blocks/html/interments/findForm.inc | 55 ++------------ .../html/interments/partials/findFields.inc | 57 ++++++++++++++ 3 files changed, 69 insertions(+), 117 deletions(-) create mode 100644 blocks/html/interments/partials/findFields.inc diff --git a/blocks/html/deeds/findForm.inc b/blocks/html/deeds/findForm.inc index b42e2a1..85d5810 100644 --- a/blocks/html/deeds/findForm.inc +++ b/blocks/html/deeds/findForm.inc @@ -6,72 +6,12 @@ */ ?>
-
Search Deeds - - - - - - - - - - - -
- - - -
-
- - -
- + +
- -
+
\ No newline at end of file diff --git a/blocks/html/interments/findForm.inc b/blocks/html/interments/findForm.inc index 730f0e3..087e746 100644 --- a/blocks/html/interments/findForm.inc +++ b/blocks/html/interments/findForm.inc @@ -7,56 +7,11 @@ ?>

Search Burial Records

- - - - - - - - - - - - - -
-
-
-
-
+
diff --git a/blocks/html/interments/partials/findFields.inc b/blocks/html/interments/partials/findFields.inc new file mode 100644 index 0000000..fc7eba2 --- /dev/null +++ b/blocks/html/interments/partials/findFields.inc @@ -0,0 +1,57 @@ + + */ +?> + + + + + + + + + + + + + +
+
+
+
+
\ No newline at end of file