diff options
| author | fisharebest <fisharebest@gmail.com> | 2012-03-24 13:06:08 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2012-03-24 13:06:08 +0000 |
| commit | 88524e6f82f9a37c352792be489e722692294d99 (patch) | |
| tree | 4aa2372e6e5b4fc33b26897bdf4449ca0e5b06da /themes/minimal/templates | |
| parent | 42bbebb352b622abdb56240f8f06b5f739a82e22 (diff) | |
| download | webtrees-88524e6f82f9a37c352792be489e722692294d99.tar.gz webtrees-88524e6f82f9a37c352792be489e722692294d99.tar.bz2 webtrees-88524e6f82f9a37c352792be489e722692294d99.zip | |
Replace array of images with CSS.
Diffstat (limited to 'themes/minimal/templates')
| -rw-r--r-- | themes/minimal/templates/compactbox_template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/minimal/templates/compactbox_template.php b/themes/minimal/templates/compactbox_template.php index 94c83550b8..0f2a95a580 100644 --- a/themes/minimal/templates/compactbox_template.php +++ b/themes/minimal/templates/compactbox_template.php @@ -33,7 +33,7 @@ if (!defined('WT_WEBTREES')) { } echo '<div id="out-', $boxID ,'" ', $outBoxAdd, '> - <div class="compact_view" style="cursor:url(\''.$WT_IMAGES["zoomin"].'\'),n-resize;">', + <div class="compact_view">', $thumbnail, '<a onclick="event.cancelBubble=true;" href="individual.php?pid=', $pid, '&ged=', rawurlencode($GEDCOM), '" title="',strip_tags($name.$addname),'"> <span id="namedef-',$boxID, '" class="name',$style,' ',$classfacts,'">', $shortname, '</span> |
