From 29aa0002932074b5d031beff34a2c31e28ce53d2 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 5 Apr 2017 08:05:56 -0400 Subject: [PATCH] removing date ranges and maiden name from search results --- views/front/obits/searchResults.html | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/views/front/obits/searchResults.html b/views/front/obits/searchResults.html index 0cb27b2..297c152 100644 --- a/views/front/obits/searchResults.html +++ b/views/front/obits/searchResults.html @@ -257,33 +257,16 @@ - - - {foreach from=$obits item=i} - - - {/foreach}
Birth Year RangeDeath Year Range Last Name First Name Birth Year Death Year SpouseMaiden Name
- {if $i.b_yr_range == 0} - - {else} - {$i.b_yr_range} - {/if} - - {if $i.d_yr_range == 0} - - {else} - {$i.d_yr_range} - {/if} - {$i.last_name} {$i.first_mid} @@ -301,7 +284,6 @@ {/if} {$i.spouse_partner}{$i.maiden_other}
-- 2.17.1