From b4da02a0df04e995a24e998d472f1052d498565b Mon Sep 17 00:00:00 2001 From: fisharebest Date: Sat, 17 Jul 2010 16:10:29 +0000 Subject: Combine large and small icons - use CSS to downsize when small icons are required --- compact.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'compact.php') diff --git a/compact.php b/compact.php index d4792b76ad..87a76cd8ff 100644 --- a/compact.php +++ b/compact.php @@ -327,19 +327,19 @@ function print_td_person($n) { $text .= "\"\"Display(false)." - ".$death_date->Display(false),ENT_QUOTES,'UTF-8'))."\""; if ($imgsize) $text .= " />\n"; else $text .= " />\n"; - } else if ($USE_SILHOUETTE && isset($WT_IMAGES["default_image_U"]["other"])) { + } else if ($USE_SILHOUETTE && isset($WT_IMAGES["default_image_U"])) { $class = "pedigree_image_portrait"; if ($TEXT_DIRECTION == "rtl") $class .= "_rtl"; $sex = $indi->getSex(); $text = "\"\""; } @@ -409,8 +409,8 @@ function print_arrow_person($n, $arrow_dir) { } else { $title = $pid." :".i18n::translate('Compact Chart'); } - $arrow_img = "$title"; - $hideArrow = ""; + $arrow_img = "$title"; + $hideArrow = ""; $text = ""; if ($pid) { -- cgit v1.3