diff --git a/blocks/html/interments/findForm-skinny.inc b/blocks/html/interments/findForm-skinny.inc index 37eec10..71b34b0 100644 --- a/blocks/html/interments/findForm-skinny.inc +++ b/blocks/html/interments/findForm-skinny.inc @@ -52,6 +52,8 @@ } ?> + + diff --git a/blocks/html/interments/intermentInfo.inc b/blocks/html/interments/intermentInfo.inc index d81f469..df3cddd 100644 --- a/blocks/html/interments/intermentInfo.inc +++ b/blocks/html/interments/intermentInfo.inc @@ -48,6 +48,19 @@ $section_lot = View::escape(implode(', ',$section_lot)); interment->getLot()) { + $url = new URL(BASE_URL.'/interments'); + $url->cemetery_id = $this->interment->getCemetery_id(); + $url->section_id = $this->interment->getSection_id(); + $url->lot = $this->interment->getLot(); + echo " +
$notes
";