diff options
Diffstat (limited to 'themes/minimal/templates')
| -rw-r--r-- | themes/minimal/templates/compactbox_template.php | 6 | ||||
| -rw-r--r-- | themes/minimal/templates/personbox_template.php | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/themes/minimal/templates/compactbox_template.php b/themes/minimal/templates/compactbox_template.php index 51d45f70d8..4636fcf79d 100644 --- a/themes/minimal/templates/compactbox_template.php +++ b/themes/minimal/templates/compactbox_template.php @@ -32,7 +32,7 @@ if (!defined('WT_WEBTREES')) { exit; } -echo '<div id="out-', $boxID ,'" ', $outBoxAdd, '"> +echo '<div id="out-', $boxID ,'" ', $outBoxAdd, '> <div class="compact_view" style="cursor:url(\''.$WT_IMAGES["zoomin"].'\'),n-resize;">', $thumbnail, '<a onclick="event.cancelBubble=true;" href="individual.php?pid=', $pid, '&ged=', rawurlencode($GEDCOM), '" title="',strip_tags($name),'"> @@ -45,8 +45,8 @@ echo '<div id="out-', $boxID ,'" ', $outBoxAdd, '"> echo '<div id="fontdef-',$boxID,'" class="details',$style,'" style="display:none;"> <br><hr> <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> + '<span id="namedef-',$boxID, '.2" class="name',$style,' ',$classfacts,'">', $name.$addname, '</span> + <span class="name',$style,'">',$genderImage,'</span> </a>', $BirthDeath, '</div> diff --git a/themes/minimal/templates/personbox_template.php b/themes/minimal/templates/personbox_template.php index 40a85e681d..781e0f8c28 100644 --- a/themes/minimal/templates/personbox_template.php +++ b/themes/minimal/templates/personbox_template.php @@ -32,7 +32,7 @@ if (!defined('WT_WEBTREES')) { exit; } -echo '<div id="out-',$boxID,'" ',$outBoxAdd,'"> +echo '<div id="out-',$boxID,'" ',$outBoxAdd,'> <div class="noprint" id="icons-',$boxID,'" style="',$iconsStyleAdd,' width: 25px; height: 50px">', $icons, '</div>', $thumbnail, '<a onclick="event.cancelBubble=true;" href="individual.php?pid=', $pid, '&ged=', rawurlencode($GEDCOM), '"> |
