diff options
Diffstat (limited to 'modules_v3/GEDFact_assistant/_MEDIA')
| -rw-r--r-- | modules_v3/GEDFact_assistant/_MEDIA/media_0_inverselink.php | 4 | ||||
| -rw-r--r-- | modules_v3/GEDFact_assistant/_MEDIA/media_1_ctrl.php | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/modules_v3/GEDFact_assistant/_MEDIA/media_0_inverselink.php b/modules_v3/GEDFact_assistant/_MEDIA/media_0_inverselink.php index 2d9d425bab..30ec7395b9 100644 --- a/modules_v3/GEDFact_assistant/_MEDIA/media_0_inverselink.php +++ b/modules_v3/GEDFact_assistant/_MEDIA/media_0_inverselink.php @@ -90,7 +90,7 @@ if ($action == "choose" && $paramok) { } echo '<input type="hidden" name="linkto" value="', $linkto, '" />'; echo '<input type="hidden" name="ged" value="', $GEDCOM, '" />'; - echo '<table class="facts_table center ', $TEXT_DIRECTION, '">'; + echo '<table class="facts_table center">'; echo '<tr><td class="topbottombar" colspan="2">'; echo WT_I18N::translate('Link media'), help_link('add_media_linkid'); echo '</td></tr><tr><td class="descriptionbox width20 wrap">', WT_I18N::translate('Media'), '</td>'; @@ -577,7 +577,7 @@ function openInNewWindow(frm) echo '</td></tr>'; // Admin Option CHAN log update override ======================= if (WT_USER_IS_ADMIN) { - echo "<tr><td class=\"descriptionbox ", $TEXT_DIRECTION, " wrap width25\">"; + echo "<tr><td class=\"descriptionbox wrap width25\">"; echo WT_Gedcom_Tag::getLabel('CHAN'), "</td><td class=\"optionbox wrap\">"; if ($NO_UPDATE_CHAN) { echo "<input type=\"checkbox\" checked=\"checked\" name=\"preserve_last_changed\" />"; diff --git a/modules_v3/GEDFact_assistant/_MEDIA/media_1_ctrl.php b/modules_v3/GEDFact_assistant/_MEDIA/media_1_ctrl.php index a6b959f6cd..16663e2a7a 100644 --- a/modules_v3/GEDFact_assistant/_MEDIA/media_1_ctrl.php +++ b/modules_v3/GEDFact_assistant/_MEDIA/media_1_ctrl.php @@ -31,7 +31,7 @@ if (!defined('WT_WEBTREES')) { } require_once WT_ROOT.'includes/functions/functions_charts.php'; -global $summary, $TEXT_DIRECTION, $censyear, $censdate; +global $summary, $censyear, $censdate; $pid = safe_get('pid'); @@ -65,7 +65,7 @@ if ($pid=="") { } $currpid=$pid; - echo '<table width=400 class="facts_table center ', $TEXT_DIRECTION, '">'; + echo '<table width=400 class="facts_table center">'; echo '<tr><td class="topbottombar" colspan="1">'; echo '<b>', WT_I18N::translate('Family navigator'), '</b>'; echo '</td></tr>'; @@ -118,7 +118,7 @@ if ($pid=="") { <?php //-- Add Family Members to Census ------------------------------------------- - global $WT_IMAGES, $spouselinks, $parentlinks, $DeathYr, $BirthYr, $TEXT_DIRECTION, $censyear, $censdate; + global $WT_IMAGES, $spouselinks, $parentlinks, $DeathYr, $BirthYr, $censyear, $censdate; // echo "CENS = " . $censyear; ?> <tr> @@ -1356,7 +1356,7 @@ function print_pedigree_person_nav2($pid, $style=1, $count=0, $personcount="1", // Children ------------------------------ @var $child Person $spouselinks .= "<div id='spouseFam'>"; - $spouselinks .= "<ul class=\"clist ".$TEXT_DIRECTION."\">"; + $spouselinks .= "<ul class=\"clist\">"; foreach ($children as $c=>$child) { $cpid = $child->getXref(); if ($child) { |
