summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2010-05-20 22:00:00 +0000
committerNigel Osborne <kiwi3685@me.com>2010-05-20 22:00:00 +0000
commit1063d7760ac5724fb81fff1de7511acf429048fe (patch)
tree609073ac66b7208f22c5b21f042e3d00f5427bf1 /includes
parent07ad0de2ddf817896647598c3cb3515838efaa9a (diff)
downloadwebtrees-1063d7760ac5724fb81fff1de7511acf429048fe.tar.gz
webtrees-1063d7760ac5724fb81fff1de7511acf429048fe.tar.bz2
webtrees-1063d7760ac5724fb81fff1de7511acf429048fe.zip
Change icon for new Find_Facts feature
Diffstat (limited to 'includes')
-rw-r--r--includes/functions/functions_print.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php
index b364dede88..4d7db23bbc 100644
--- a/includes/functions/functions_print.php
+++ b/includes/functions/functions_print.php
@@ -2286,7 +2286,7 @@ function print_findfact_link($element_id, $ged='', $asString=false) {
$text = i18n::translate('Find fact tag');
if (empty($ged)) $ged=$GEDCOM;
- if (isset($WT_IMAGES["keyboard"]["button"])) $Link = "<img src=\"".$WT_IMAGE_DIR."/".$WT_IMAGES["keyboard"]["button"]."\" alt=\"".$text."\" title=\"".$text."\" border=\"0\" align=\"middle\" />";
+ if (isset($WT_IMAGES["find_facts"]["button"])) $Link = "<img src=\"".$WT_IMAGE_DIR."/".$WT_IMAGES["find_facts"]["button"]."\" alt=\"".$text."\" title=\"".$text."\" border=\"0\" align=\"top\" />";
else $Link = $text;
$out = " <a href=\"javascript:;\" onclick=\"findFact(document.getElementById('".$element_id."'), '".$ged."'); return false;\">";
$out .= $Link;