summaryrefslogtreecommitdiff
path: root/modules_v3/GEDFact_assistant
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-09-21 07:24:21 +0000
committerfisharebest <fisharebest@gmail.com>2011-09-21 07:24:21 +0000
commitd8aebcadcdd7e665b00d0b55bdd794e219744fc5 (patch)
tree03c1495f9c4bac89aec0a589c139bcb622357fa6 /modules_v3/GEDFact_assistant
parent81a40d788c4ea575cef6f215151cf393726befea (diff)
downloadwebtrees-d8aebcadcdd7e665b00d0b55bdd794e219744fc5.tar.gz
webtrees-d8aebcadcdd7e665b00d0b55bdd794e219744fc5.tar.bz2
webtrees-d8aebcadcdd7e665b00d0b55bdd794e219744fc5.zip
replace getListName() with getFullName() where the two are the same
Diffstat (limited to 'modules_v3/GEDFact_assistant')
-rw-r--r--modules_v3/GEDFact_assistant/_CENS/census_3_find.php6
-rw-r--r--modules_v3/GEDFact_assistant/module.php6
2 files changed, 6 insertions, 6 deletions
diff --git a/modules_v3/GEDFact_assistant/_CENS/census_3_find.php b/modules_v3/GEDFact_assistant/_CENS/census_3_find.php
index 90a617f6b5..6562281124 100644
--- a/modules_v3/GEDFact_assistant/_CENS/census_3_find.php
+++ b/modules_v3/GEDFact_assistant/_CENS/census_3_find.php
@@ -972,7 +972,7 @@ if ($action=="filter") {
if ($repo_list) {
echo "<td class=\"list_value_wrap\"><ul>";
foreach ($repo_list as $repo) {
- echo '<li><a href="', $repo->getHtmlUrl(), '" onclick="pasteid(\'', $repo->getXref(), '\');"><span class="list_item">', $repo->getListName(),'</span></a></li>';
+ echo '<li><a href="', $repo->getHtmlUrl(), '" onclick="pasteid(\'', $repo->getXref(), '\');"><span class="list_item">', $repo->getFullName(),'</span></a></li>';
}
echo "</ul></td></tr>";
echo "<tr><td class=\"list_label\">", WT_I18N::translate('Repositories found'), " ", count($repo_list);
@@ -998,7 +998,7 @@ if ($action=="filter") {
usort($mynotelist, array('WT_GedcomRecord', 'Compare'));
echo '<tr><td class="list_value_wrap"><ul>';
foreach ($mynotelist as $note) {
- echo '<li><a href="', $note->getHtmlUrl(), '" onclick="pasteid(\'', $note->getXref(), '\');"><span class="list_item">', $note->getListName(),'</span></a></li>';
+ echo '<li><a href="', $note->getHtmlUrl(), '" onclick="pasteid(\'', $note->getXref(), '\');"><span class="list_item">', $note->getFullName(),'</span></a></li>';
}
echo '</ul></td></tr><tr><td class="list_label">', WT_I18N::translate('Shared Notes found'), ' ', count($mynotelist), '</td></tr>';
}
@@ -1020,7 +1020,7 @@ if ($action=="filter") {
usort($mysourcelist, array('WT_GedcomRecord', 'Compare'));
echo '<tr><td class="list_value_wrap"><ul>';
foreach ($mysourcelist as $source) {
- echo '<li><a href="', $source->getHtmlUrl(), '" onclick="pasteid(\'', $source->getXref(), '\');"><span class="list_item">', $source->getListName(),'</span></a></li>';
+ echo '<li><a href="', $source->getHtmlUrl(), '" onclick="pasteid(\'', $source->getXref(), '\');"><span class="list_item">', $source->getFullName(),'</span></a></li>';
}
echo '</ul></td></tr><tr><td class="list_label">', WT_I18N::translate('Total sources: %s', count($mysourcelist)), '</td></tr>';
}
diff --git a/modules_v3/GEDFact_assistant/module.php b/modules_v3/GEDFact_assistant/module.php
index c0338b2be5..0cf3f02990 100644
--- a/modules_v3/GEDFact_assistant/module.php
+++ b/modules_v3/GEDFact_assistant/module.php
@@ -717,7 +717,7 @@ class GEDFact_assistant_WT_Module extends WT_Module {
if ($repo_list) {
echo "<td class=\"list_value_wrap\"><ul>";
foreach ($repo_list as $repo) {
- echo '<li><a href="', $repo->getHtmlUrl(), '" onclick="pasteid(\'', $repo->getXref(), '\');"><span class="list_item">', $repo->getListName(),'</span></a></li>';
+ echo '<li><a href="', $repo->getHtmlUrl(), '" onclick="pasteid(\'', $repo->getXref(), '\');"><span class="list_item">', $repo->getFullName(),'</span></a></li>';
}
echo "</ul></td></tr>";
echo "<tr><td class=\"list_label\">", WT_I18N::translate('Repositories found'), " ", count($repo_list);
@@ -743,7 +743,7 @@ class GEDFact_assistant_WT_Module extends WT_Module {
usort($mynotelist, array('WT_GedcomRecord', 'Compare'));
echo '<tr><td class="list_value_wrap"><ul>';
foreach ($mynotelist as $note) {
- echo '<li><a href="', $note->getHtmlUrl(), '" onclick="pasteid(\'', $note->getXref(), '\');"><span class="list_item">', $note->getListName(),'</span></a></li>';
+ echo '<li><a href="', $note->getHtmlUrl(), '" onclick="pasteid(\'', $note->getXref(), '\');"><span class="list_item">', $note->getFullName(),'</span></a></li>';
}
echo '</ul></td></tr><tr><td class="list_label">', WT_I18N::translate('Shared Notes found'), ' ', count($mynotelist), '</td></tr>';
}
@@ -765,7 +765,7 @@ class GEDFact_assistant_WT_Module extends WT_Module {
usort($mysourcelist, array('WT_GedcomRecord', 'Compare'));
echo '<tr><td class="list_value_wrap"><ul>';
foreach ($mysourcelist as $source) {
- echo '<li><a href="', $source->getHtmlUrl(), '" onclick="pasteid(\'', $source->getXref(), '\');"><span class="list_item">', $source->getListName(),'</span></a></li>';
+ echo '<li><a href="', $source->getHtmlUrl(), '" onclick="pasteid(\'', $source->getXref(), '\');"><span class="list_item">', $source->getFullName(),'</span></a></li>';
}
echo '</ul></td></tr><tr><td class="list_label">', WT_I18N::translate('Total sources: %s', count($mysourcelist)), '</td></tr>';
}