summaryrefslogtreecommitdiff
path: root/themes/clouds
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-06-27 12:07:18 +0000
committerfisharebest <fisharebest@gmail.com>2010-06-27 12:07:18 +0000
commit1b7263c42f9bc10255ba7cc1f5086b3176491835 (patch)
treec40918779a597fc702340311545470bff2b6ea0c /themes/clouds
parent27f4023ace0cbc822fb212b8750d5210370eaf99 (diff)
downloadwebtrees-1b7263c42f9bc10255ba7cc1f5086b3176491835.tar.gz
webtrees-1b7263c42f9bc10255ba7cc1f5086b3176491835.tar.bz2
webtrees-1b7263c42f9bc10255ba7cc1f5086b3176491835.zip
Remove menu/zoom icons when printing
Diffstat (limited to 'themes/clouds')
-rw-r--r--themes/clouds/templates/personbox_template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/clouds/templates/personbox_template.php b/themes/clouds/templates/personbox_template.php
index 93c9223087..3d9c1586c4 100644
--- a/themes/clouds/templates/personbox_template.php
+++ b/themes/clouds/templates/personbox_template.php
@@ -43,7 +43,7 @@ if (!defined('WT_WEBTREES')) {
<div id="out-<?php print $boxID; ?>" <?php print $outBoxAdd; ?>>
<!-- table helps to maintain spacing -->
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td valign="top">
- <div id="icons-<?php print $boxID; ?>"
+ <div class="noprint" id="icons-<?php print $boxID; ?>"
style="<?php print $iconsStyleAdd; ?> width: 25px; height: 50px;"><?php print $icons; ?>
</div>
<?php print $thumbnail; ?>