summaryrefslogtreecommitdiff
path: root/app/Module/NotesTabModule.php
diff options
context:
space:
mode:
authorDavid Drury <ddrury@users.noreply.github.com>2016-05-09 20:59:23 +0100
committerGreg Roach <fisharebest@gmail.com>2016-05-09 20:59:23 +0100
commit8593c473faa31f2615cc145c51982b372d724614 (patch)
tree3f65825b8e08927f52bea780acc5493c6e22e1ee /app/Module/NotesTabModule.php
parent1788e52d4c2611fb9c1a9ccb3469ccf195536775 (diff)
downloadwebtrees-8593c473faa31f2615cc145c51982b372d724614.tar.gz
webtrees-8593c473faa31f2615cc145c51982b372d724614.tar.bz2
webtrees-8593c473faa31f2615cc145c51982b372d724614.zip
Suppress a few elements when printing (#927)
Diffstat (limited to 'app/Module/NotesTabModule.php')
-rw-r--r--app/Module/NotesTabModule.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Module/NotesTabModule.php b/app/Module/NotesTabModule.php
index 61f937fbf4..598bcfcec4 100644
--- a/app/Module/NotesTabModule.php
+++ b/app/Module/NotesTabModule.php
@@ -67,7 +67,7 @@ class NotesTabModule extends AbstractModule implements ModuleTabInterface {
<col class="width20">
<col class="width80">
</colgroup>
- <tr>
+ <tr class="noprint">
<td colspan="2" class="descriptionbox rela">
<input id="checkbox_note2" type="checkbox" <?php echo $WT_TREE->getPreference('SHOW_LEVEL2_NOTES') ? 'checked' : ''; ?> onclick="jQuery('tr.row_note2').toggle();">
<label for="checkbox_note2"><?php echo I18N::translate('Show all notes'); ?></label>
@@ -91,7 +91,7 @@ class NotesTabModule extends AbstractModule implements ModuleTabInterface {
// New note link
if ($controller->record->canEdit()) {
?>
- <tr>
+ <tr class="noprint">
<td class="facts_label">
<?php echo GedcomTag::getLabel('NOTE'); ?>
</td>
@@ -101,7 +101,7 @@ class NotesTabModule extends AbstractModule implements ModuleTabInterface {
</a>
</td>
</tr>
- <tr>
+ <tr class="noprint">
<td class="facts_label">
<?php echo GedcomTag::getLabel('SHARED_NOTE'); ?>
</td>