diff options
| author | fisharebest <fisharebest@gmail.com> | 2013-08-30 14:50:12 +0100 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2013-08-30 14:50:12 +0100 |
| commit | ddb2811bbf06dd8f9870a11534e059d7290d016f (patch) | |
| tree | a632425ea635056b772754cf58928b2c370bdfb8 /modules_v3/GEDFact_assistant | |
| parent | 2a638691b1be77284f6032804ecc71b1957cec59 (diff) | |
| download | webtrees-ddb2811bbf06dd8f9870a11534e059d7290d016f.tar.gz webtrees-ddb2811bbf06dd8f9870a11534e059d7290d016f.tar.bz2 webtrees-ddb2811bbf06dd8f9870a11534e059d7290d016f.zip | |
#1218624 - Interactive tree event sequence - dev / do not abbreviate chart labels
Diffstat (limited to 'modules_v3/GEDFact_assistant')
| -rw-r--r-- | modules_v3/GEDFact_assistant/CENS_ctrl.php | 2 | ||||
| -rw-r--r-- | modules_v3/GEDFact_assistant/MEDIA_ctrl.php | 2 | ||||
| -rw-r--r-- | modules_v3/GEDFact_assistant/_CENS/census_3_search_add.php | 1 | ||||
| -rw-r--r-- | modules_v3/GEDFact_assistant/_MEDIA/media_1_ctrl.php | 1 | ||||
| -rw-r--r-- | modules_v3/GEDFact_assistant/module.php | 2 |
5 files changed, 3 insertions, 5 deletions
diff --git a/modules_v3/GEDFact_assistant/CENS_ctrl.php b/modules_v3/GEDFact_assistant/CENS_ctrl.php index 2a799b8299..e33548bff4 100644 --- a/modules_v3/GEDFact_assistant/CENS_ctrl.php +++ b/modules_v3/GEDFact_assistant/CENS_ctrl.php @@ -58,7 +58,7 @@ echo '</h3>'; <?php global $tabno, $linkToID, $SEARCH_SPIDER; -global $SHOW_AGE_DIFF, $GEDCOM, $ABBREVIATE_CHART_LABELS; +global $SHOW_AGE_DIFF, $GEDCOM; global $show_full, $famid; echo '<link type="text/css" href="', WT_STATIC_URL, WT_MODULES_DIR, 'GEDFact_assistant/css/cens_style.css" rel="stylesheet">'; diff --git a/modules_v3/GEDFact_assistant/MEDIA_ctrl.php b/modules_v3/GEDFact_assistant/MEDIA_ctrl.php index 3e86845bc6..81a70c9b28 100644 --- a/modules_v3/GEDFact_assistant/MEDIA_ctrl.php +++ b/modules_v3/GEDFact_assistant/MEDIA_ctrl.php @@ -29,7 +29,7 @@ echo '<link href="'.WT_STATIC_URL.WT_MODULES_DIR.'GEDFact_assistant/css/gf_style global $tabno, $linkToID, $SEARCH_SPIDER; global $SHOW_AGE_DIFF; -global $GEDCOM, $ABBREVIATE_CHART_LABELS; +global $GEDCOM; global $show_full; global $famid, $censyear, $censdate; diff --git a/modules_v3/GEDFact_assistant/_CENS/census_3_search_add.php b/modules_v3/GEDFact_assistant/_CENS/census_3_search_add.php index cae6b2f4c1..eb48c4e62a 100644 --- a/modules_v3/GEDFact_assistant/_CENS/census_3_search_add.php +++ b/modules_v3/GEDFact_assistant/_CENS/census_3_search_add.php @@ -1327,7 +1327,6 @@ function print_pedigree_person_nav2($pid, $style=1, $count=0, $personcount="1", global $HIDE_LIVE_PEOPLE, $SHOW_LIVING_NAMES, $SCRIPT_NAME; global $SHOW_HIGHLIGHT_IMAGES, $bwidth, $bheight, $PEDIGREE_FULL_DETAILS, $SHOW_PEDIGREE_PLACES; global $TEXT_DIRECTION, $DEFAULT_PEDIGREE_GENERATIONS, $OLD_PGENS, $talloffset, $PEDIGREE_LAYOUT, $MEDIA_DIRECTORY; - global $ABBREVIATE_CHART_LABELS; global $chart_style, $box_width, $generations, $show_spouse, $show_full; global $CHART_BOX_TAGS, $SHOW_LDS_AT_GLANCE, $PEDIGREE_SHOW_GENDER; global $SEARCH_SPIDER; diff --git a/modules_v3/GEDFact_assistant/_MEDIA/media_1_ctrl.php b/modules_v3/GEDFact_assistant/_MEDIA/media_1_ctrl.php index c50c731e28..b582cff3b6 100644 --- a/modules_v3/GEDFact_assistant/_MEDIA/media_1_ctrl.php +++ b/modules_v3/GEDFact_assistant/_MEDIA/media_1_ctrl.php @@ -540,7 +540,6 @@ function print_pedigree_person_nav2($pid) { global $HIDE_LIVE_PEOPLE, $SHOW_LIVING_NAMES; global $SHOW_HIGHLIGHT_IMAGES, $bwidth, $bheight, $PEDIGREE_FULL_DETAILS, $SHOW_PEDIGREE_PLACES; global $TEXT_DIRECTION, $DEFAULT_PEDIGREE_GENERATIONS, $OLD_PGENS, $talloffset, $PEDIGREE_LAYOUT, $MEDIA_DIRECTORY; - global $ABBREVIATE_CHART_LABELS; global $chart_style, $box_width, $generations, $show_spouse, $show_full; global $CHART_BOX_TAGS, $SHOW_LDS_AT_GLANCE, $PEDIGREE_SHOW_GENDER; global $SEARCH_SPIDER; diff --git a/modules_v3/GEDFact_assistant/module.php b/modules_v3/GEDFact_assistant/module.php index 191c822552..34f7ab5f4b 100644 --- a/modules_v3/GEDFact_assistant/module.php +++ b/modules_v3/GEDFact_assistant/module.php @@ -57,7 +57,7 @@ class GEDFact_assistant_WT_Module extends WT_Module { } private static function media_3_find() { - global $MEDIA_DIRECTORY, $ABBREVIATE_CHART_LABELS; + global $MEDIA_DIRECTORY; $controller=new WT_Controller_Simple(); |
