diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-10-25 22:04:49 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-10-25 22:04:49 +0000 |
| commit | 77d3b6ed9b6edca260b2f754fedde63792711962 (patch) | |
| tree | 40be8154067c87937df5978cdc4fef59478260ef /modules_v3 | |
| parent | a2bcd2eb5b59bffe1488dcee76210e231256212b (diff) | |
| download | webtrees-77d3b6ed9b6edca260b2f754fedde63792711962.tar.gz webtrees-77d3b6ed9b6edca260b2f754fedde63792711962.tar.bz2 webtrees-77d3b6ed9b6edca260b2f754fedde63792711962.zip | |
Move census assistant css into module, and remove module.css from all themes
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 |
