diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/functions/functions_print_lists.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/includes/functions/functions_print_lists.php b/includes/functions/functions_print_lists.php index 0460726aa1..8fc7609000 100644 --- a/includes/functions/functions_print_lists.php +++ b/includes/functions/functions_print_lists.php @@ -166,12 +166,12 @@ function print_indi_table($datalist, $option='') { echo '<th ',($option=='sosa'?'':''),'>', /* I18N: Abbreviation for "Sosa-Stradonitz number". This is a person's surname, so may need transliterating into non-latin alphabets. */ WT_I18N::translate('Sosa'), '</th>'; echo '<th>', WT_Gedcom_Tag::getLabel('BIRT'), '</th>'; echo '<th>SORT_BIRT</th>'; - echo '<th><img src="', $WT_IMAGES['reminder'], '" alt="', WT_I18N::translate('Anniversary'), '" title="', WT_I18N::translate('Anniversary'), '" border="0" /></th>'; + echo '<th><img src="', $WT_IMAGES['reminder'], '" alt="', WT_I18N::translate('Anniversary'), '" title="', WT_I18N::translate('Anniversary'), '"></th>'; echo '<th>', WT_Gedcom_Tag::getLabel('PLAC'), '</th>'; - echo '<th><img src="', $WT_IMAGES['children'], '" alt="', WT_I18N::translate('Children'), '" title="', WT_I18N::translate('Children'), '" border="0" /></th>'; + echo '<th><img src="', $WT_IMAGES['children'], '" alt="', WT_I18N::translate('Children'), '" title="', WT_I18N::translate('Children'), '"></th>'; echo '<th>', WT_Gedcom_Tag::getLabel('DEAT'), '</th>'; echo '<th>SORT_DEAT</th>'; - echo '<th><img src="', $WT_IMAGES['reminder'], '" alt="', WT_I18N::translate('Anniversary'), '" title="', WT_I18N::translate('Anniversary'), '" border="0" /></th>'; + echo '<th><img src="', $WT_IMAGES['reminder'], '" alt="', WT_I18N::translate('Anniversary'), '" title="', WT_I18N::translate('Anniversary'), '"></th>'; echo '<th>', WT_Gedcom_Tag::getLabel('AGE'), '</th>'; echo '<th>', WT_Gedcom_Tag::getLabel('PLAC'), '</th>'; echo '<th ',($SHOW_LAST_CHANGE?'':''),'>', WT_Gedcom_Tag::getLabel('CHAN'), '</th>'; @@ -521,9 +521,9 @@ function print_fam_table($datalist, $option='') { echo '<th>WIFE:SURN_GIVN</th>'; echo '<th>', WT_Gedcom_Tag::getLabel('AGE'), '</th>'; echo '<th>', WT_Gedcom_Tag::getLabel('MARR'), '</th>'; - echo '<th><img src="', $WT_IMAGES['reminder'], '" alt="', WT_I18N::translate('Anniversary'), '" title="', WT_I18N::translate('Anniversary'), '" border="0" /></th>'; + echo '<th><img src="', $WT_IMAGES['reminder'], '" alt="', WT_I18N::translate('Anniversary'), '" title="', WT_I18N::translate('Anniversary'), '"></th>'; echo '<th>', WT_Gedcom_Tag::getLabel('PLAC'), '</th>'; - echo '<th><img src="', $WT_IMAGES['children'], '" alt="', WT_I18N::translate('Children'), '" title="', WT_I18N::translate('Children'), '" border="0" /></th>'; + echo '<th><img src="', $WT_IMAGES['children'], '" alt="', WT_I18N::translate('Children'), '" title="', WT_I18N::translate('Children'), '"></th>'; echo '<th ',($SHOW_LAST_CHANGE?'':''),'>', WT_Gedcom_Tag::getLabel('CHAN'), '</th>'; echo '<th>MARR</th>'; echo '<th>DEAT</th>'; @@ -1649,7 +1649,7 @@ function print_events_table($startjd, $endjd, $events='BIRT MARR DEAT', $only_li $return .= '<th>NAME</th>'; //hidden by datatables code $return .= '<th>'.WT_Gedcom_Tag::getLabel('DATE').'</th>'; $return .= '<th>DATE</th>'; //hidden by datatables code - $return .= '<th><img src="'.$WT_IMAGES["reminder"].'" alt="'.WT_I18N::translate('Anniversary').'" title="'.WT_I18N::translate('Anniversary').'" border="0" /></th>'; + $return .= '<th><img src="'.$WT_IMAGES["reminder"].'" alt="'.WT_I18N::translate('Anniversary').'" title="'.WT_I18N::translate('Anniversary').'"></th>'; $return .= '<th>'.WT_Gedcom_Tag::getLabel('EVEN').'</th>'; $return .= '</tr></thead><tbody>'."\n"; } |
