diff options
Diffstat (limited to 'modules_v3')
| -rw-r--r-- | modules_v3/GEDFact_assistant/CENS_ctrl.php | 1 | ||||
| -rw-r--r-- | modules_v3/GEDFact_assistant/_CENS/census_1_ctrl.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/modules_v3/GEDFact_assistant/CENS_ctrl.php b/modules_v3/GEDFact_assistant/CENS_ctrl.php index 6182b40fef..0e0b7a63af 100644 --- a/modules_v3/GEDFact_assistant/CENS_ctrl.php +++ b/modules_v3/GEDFact_assistant/CENS_ctrl.php @@ -31,6 +31,7 @@ $controller->init(); global $tabno, $linkToID, $SEARCH_SPIDER, $GOOGLEMAP_PH_CONTROLS; global $WT_IMAGES, $SHOW_AGE_DIFF, $GEDCOM, $ABBREVIATE_CHART_LABELS; global $show_full, $famid; +echo '<link type="text/css" href="', WT_STATIC_URL, WT_MODULES_DIR, 'GEDFact_assistant/css/cens_style.css" rel="stylesheet" />'; $summary=$controller->indi->format_first_major_fact(WT_EVENTS_BIRT, 2); if (!($controller->indi->isDead())) { diff --git a/modules_v3/GEDFact_assistant/_CENS/census_1_ctrl.php b/modules_v3/GEDFact_assistant/_CENS/census_1_ctrl.php index 738f88e255..8a0c5fd8f8 100644 --- a/modules_v3/GEDFact_assistant/_CENS/census_1_ctrl.php +++ b/modules_v3/GEDFact_assistant/_CENS/census_1_ctrl.php @@ -98,7 +98,7 @@ echo '</div>'; <input type="button" value="<?php echo WT_I18N::translate('Add/Insert Blank Row'); ?>" onclick="insertRowToTable('', '', '', '', '', '', '', '', 'Age', '', '', '', '', '', '');" /> </div> <div class="cens_textinput_right"> - <?php echo WT_I18N::translate('Add'); ?><br> + <?php echo WT_I18N::translate('Add'); ?> <input type="radio" name="totallyrad" value="0" checked="checked" /> </div> <?php |
