summaryrefslogtreecommitdiff
path: root/themes/minimal/templates
diff options
context:
space:
mode:
Diffstat (limited to 'themes/minimal/templates')
-rw-r--r--themes/minimal/templates/personbox_template.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/minimal/templates/personbox_template.php b/themes/minimal/templates/personbox_template.php
index cb54bb22a0..c4f85dade0 100644
--- a/themes/minimal/templates/personbox_template.php
+++ b/themes/minimal/templates/personbox_template.php
@@ -34,6 +34,7 @@ if (!defined('WT_WEBTREES')) {
echo '<div id="out-',$boxID,'" ',$outBoxAdd,'>
<div class="noprint" id="icons-',$boxID,'" style="',$iconsStyleAdd,' width: 25px; height: 50px">', $icons, '</div>',
+ '<div class="chart_textbox" style="height:auto; max-height:', $bheight,'px; overflow: hidden; ">',
$thumbnail,
'<a onclick="event.cancelBubble=true;" href="individual.php?pid=', $pid, '&amp;ged=', rawurlencode($GEDCOM), '">
<span id="namedef-',$boxID, '" class="name',$style,' ',$classfacts,'">', $name.$addname, '</span>
@@ -42,6 +43,7 @@ echo '<div id="out-',$boxID,'" ',$outBoxAdd,'>
<div id="fontdef-',$boxID,'" class="details',$style,'">
<div id="inout2-',$boxID,'" style="display:block; max-height:', ($bheight*.9),'px;">',$BirthDeath,'</div>
</div>
+ </div>
<div id="inout-',$boxID,'" style="display:none;">
<div id="LOADING-inout-',$boxID,'">',WT_I18N::translate('Loading...'),'</div>
</div>