diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-06-27 12:07:18 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-06-27 12:07:18 +0000 |
| commit | 1b7263c42f9bc10255ba7cc1f5086b3176491835 (patch) | |
| tree | c40918779a597fc702340311545470bff2b6ea0c /themes/minimal/templates/personbox_template.php | |
| parent | 27f4023ace0cbc822fb212b8750d5210370eaf99 (diff) | |
| download | webtrees-1b7263c42f9bc10255ba7cc1f5086b3176491835.tar.gz webtrees-1b7263c42f9bc10255ba7cc1f5086b3176491835.tar.bz2 webtrees-1b7263c42f9bc10255ba7cc1f5086b3176491835.zip | |
Remove menu/zoom icons when printing
Diffstat (limited to 'themes/minimal/templates/personbox_template.php')
| -rw-r--r-- | themes/minimal/templates/personbox_template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/minimal/templates/personbox_template.php b/themes/minimal/templates/personbox_template.php index 4108acac70..924a42b179 100644 --- a/themes/minimal/templates/personbox_template.php +++ b/themes/minimal/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; ?> |
