summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorŁukasz Wilenski <wooc@gazeta.pl>2011-10-25 16:25:39 +0000
committerŁukasz Wilenski <wooc@gazeta.pl>2011-10-25 16:25:39 +0000
commit03c15c5806e936e99fa2a8b96dd18198231a24f2 (patch)
tree983d653acb8b59f2a91b0b619d06b3cdb67aa1ac /includes
parent4c6f208938035057179ed13aede81101b9c8f5e3 (diff)
downloadwebtrees-03c15c5806e936e99fa2a8b96dd18198231a24f2.tar.gz
webtrees-03c15c5806e936e99fa2a8b96dd18198231a24f2.tar.bz2
webtrees-03c15c5806e936e99fa2a8b96dd18198231a24f2.zip
Remove chart-menu-icon from small charts-block boxes
http://webtrees.net/forums/7-developers-discussion/16193-svn-12385?lang=en#16260
Diffstat (limited to 'includes')
-rw-r--r--includes/functions/functions_print.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php
index 6aea6ed73b..99b854c342 100644
--- a/includes/functions/functions_print.php
+++ b/includes/functions/functions_print.php
@@ -138,9 +138,8 @@ function print_pedigree_person($person, $style=1, $count=0, $personcount="1") {
$icons .= "<a href=\"javascript:;\"";
$icons .= $mouseAction4;
$icons .= "><img id=\"iconz-$boxID\" src=\"".$WT_IMAGES["zoomin"]."\" border=\"0\" alt=\"".WT_I18N::translate('Zoom in/out on this box.')."\" title=\"".WT_I18N::translate('Zoom in/out on this box.')."\" /></a>";
+ $icons .= '<div class="itr"><img src="'.$WT_IMAGES['pedigree'].'" alt="" title="" /><div class="popup">'.$personlinks.'</div></div>';
}
-
- $icons .= '<div class="itr"><img src="'.$WT_IMAGES['pedigree'].'" alt="" title="" /><div class="popup">'.$personlinks.'</div></div>';
} else {
if ($style==1) {
$outBoxAdd .= "class=\"person_box$isF\" style=\"width: ".$bwidth."px; height: ".$bheight."px; overflow: hidden;\"";