diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2012-06-18 08:07:46 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2012-06-18 08:07:46 +0000 |
| commit | 0ed69b5561c594c49dcc9c418f192e519447b9a3 (patch) | |
| tree | 80261665c8d83981cd135a77636a2f31915b5893 /themes/minimal/templates | |
| parent | 1e8a88661002ea61f7937148dbcf73c8e497ad50 (diff) | |
| download | webtrees-0ed69b5561c594c49dcc9c418f192e519447b9a3.tar.gz webtrees-0ed69b5561c594c49dcc9c418f192e519447b9a3.tar.bz2 webtrees-0ed69b5561c594c49dcc9c418f192e519447b9a3.zip | |
Bug #1014443 - pedigree.php - Multiple Validation Errors
Diffstat (limited to 'themes/minimal/templates')
| -rw-r--r-- | themes/minimal/templates/personbox_template.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/minimal/templates/personbox_template.php b/themes/minimal/templates/personbox_template.php index 9703156dc7..43c00b0050 100644 --- a/themes/minimal/templates/personbox_template.php +++ b/themes/minimal/templates/personbox_template.php @@ -32,16 +32,16 @@ if (!defined('WT_WEBTREES')) { exit; } -echo '<div id="out-',$boxID,'" ',$outBoxAdd,'> - <div class="noprint" id="icons-',$boxID,'" style="',$iconsStyleAdd,' width: 25px; height: 50px; position: relative;">', $icons, '</div>', - '<div class="chart_textbox" style="height:auto; max-height:', $bheight,'px; overflow: hidden;">', +echo '<div id="out-',$boxID,'" ',$outBoxAdd,' class="personbox_template"> + <div class="noprint" id="icons-',$boxID,'" style="',$iconsStyleAdd,'">', $icons, '</div>', + '<div class="chart_textbox" style="max-height:', $bheight,'px;">', $thumbnail, '<a onclick="event.cancelBubble=true;" href="individual.php?pid=', $pid, '&ged=', rawurlencode($GEDCOM), '"> <span id="namedef-',$boxID, '" class="name',$style,' ',$classfacts,'">', $name.$addname, '</span> <span class="name',$style,'"> ',$genderImage,'</span> </a> <div id="fontdef-',$boxID,'" class="details',$style,'"> - <div id="inout2-',$boxID,'" style="display:block; max-height:', ($bheight*.9),'px;">',$BirthDeath,'</div> + <div id="inout2-',$boxID,'" style="max-height:', ($bheight*.9),'px;">',$BirthDeath,'</div> </div> </div> <div id="inout-',$boxID,'" style="display:none;"> |
